Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 708 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 708 Bytes

User Management Dashboard

This application has been scaffolded out using React Starter Kit.

How to run the app locally

  • 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

Deployment

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.