Skip to content

intuio-io/stripe-checkout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stripe-checkout

Installation Instructions Setting up Express (Node.js Backend)

Navigate to the Express App: cd server

Install Dependencies: npm install

Run the Express Server: node server.js

Setting up React (Frontend)

Navigate to the React App: cd client-web

Install Dependencies: npm install

Run the React Development Server: npm run dev

Setting up React Native (Mobile App)

Navigate to the React Native App: cd client-mobile

Install Dependencies: npm install

Start Expo Development Server: npx expo start

This README provides simple, step-by-step instructions for setting up and running Express (Node.js backend), React (frontend), and React Native (mobile app) applications. Adjust paths (cd express-app, cd react-app, cd react-native-app) according to your project's actual structure.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published