Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 498 Bytes

File metadata and controls

25 lines (13 loc) · 498 Bytes

WB Backend

Backend for the RN app

How to install?

Make sure you have Node.js v6+, then open your terminal and run:

npm install

How to setup the development server?

Make sure you have started MongoDB, then open your terminal and run:

npm run fixtures

How to start the development server?

Make sure you have started MongoDB, then open your terminal and run:

npm run watch

How to deploy?

TODO