Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 1.06 KB

README.md

File metadata and controls

46 lines (30 loc) · 1.06 KB

node-voucher-app

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.

Installation

git clone https://github.com/andrefs/node-voucher-app.git
cd node-voucher-app
npm install

Running

Development

Run npm run dev:initdb and then run each command in a different terminal window:

npm run dev:static

and

npm run dev:server

Dependencies

Right now, node-voucher-app stands on top of many giants' shoulders, including:

See package.json for more details.

Bugs and stuff

Open a GitHub issue or, preferably, send me a pull request.