Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 357 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 357 Bytes

Express Stripe

Tech Stack
  • node.js
  • express.js
  • cors

Install the dependencies

npm install

Start the app in development mode (hot-code reloading, error reporting, etc.)

npm run dev

Once run, should be available to access at http://localhost:4000

Compiles and minifies for production

npm run build