1.0.0 • Published 6 years ago

stripe-integration-sample-node-webapp v1.0.0

Weekly downloads
3
License
ISC
Repository
github
Last release
6 years ago

Node: Lightrail Stripe Sample Web App

Configuring

See the base document on configuring.

Running

  • You need a recent version of node.
  • Install all node dependencies with the command: npm install.
  • Start the application with the command node src.
  • Open http://localhost:3000 in your web browser.

Implementation Details