1.0.1 • Published 9 years ago

flatmarket-example v1.0.1

Weekly downloads
2
License
MIT
Repository
-
Last release
9 years ago

Made possible By JSON Expert, the easiest way to create a web-ready API.


flatmarket-example

An example Flatmarket website.

Get Started

Install the dependencies:

$ npm install

Then start the local server in development mode:

$ ./node_modules/.bin/flatmarket build \
    --component ./lib/index.jsx \
    --stripe-secret-key your_secret_key \
    --dev

The website should be running at https://127.0.0.1:8000/.

Contributing

See CONTRIBUTING.

License

See LICENSE.