This application has been scaffolded out using React Starter Kit.
- Requirements: you should have node installed any version greater than 6.5 would work. Other than node you also need to have a local mongodb installed on your machine.
First dependencies should be installed:
npm install
then you could run the app by running:
npm run babel-start
This app has been deployed as a HerokuApp at: https://user-management-app.herokuapp.com/
The automated deployment is up and running and every build could be deployed to heroku, just by pusing the code to github.