Made possible By JSON Expert, the easiest way to create a web-ready API.
An example Flatmarket website.
Install the dependencies:
$ npm install
Then start the local server in development mode:
$ ./node_modules/.bin/flatmarket \
--component ./lib/index.jsx \
--stripe-secret-key YOUR_TEST_SECRET_KEY \
--dev
The website should be running at https://127.0.0.1:8000/.
See CONTRIBUTING.
See LICENSE.