Build a simple checkout form to collect payment details. Included are some basic build and run scripts you can use to start up the application.
- Build the server
npm install
- Run the server in development
npm run dev
- Run the application in production
npm start
- Go to http://localhost:4242