node-voucher-app
is a demo app consisting of a voucher API and a simple web frontend to use it. It is written in Express + MongoDB + React + Redux.
Currently it is still very much a work in progress.
git clone https://github.com/andrefs/node-voucher-app.git
cd node-voucher-app
npm install
Run npm run dev:initdb
and then run each command in a different terminal window:
npm run dev:static
and
npm run dev:server
Right now, node-voucher-app
stands on top of many giants' shoulders,
including:
See package.json
for more details.
Open a GitHub issue or, preferably, send me a pull request.