- Clone the repo on your local machine
- Go inside 'api' folder
- Run a
npm install// If you use windows, run anpm install -g nodemontoo - Run the server with
npm start - Go inside 'app' folder
- Run a
npm install - Launch the CRM with
npm start - Go to http://localhost:8080/ and enjoy it.
(Server forked from https://github.com/hyphaene/todos_crud_express )