A React web app for curating project user stories.
This source repo contains the React web client powering MyUserStories.com.
If you would like to run a local instance of this app in developer mode, the easiest method is using npm, the package manager included with Node.js.
-
Install Node.js
-
Install the required JavaScript dependencies using npm:
$ npm install
To quickly start up instances of the web client, api server, and mongodb with a single command:
$ npm start
To run the included tests:
$ npm test
TBD
TBD
TBD