In the project root folder, run npm install to install the dependencies, this will install all the dependencies for both front end and back end
This project was generated with Angular CLI version 6.0.7.
In the project root folder, run ng serve to run the angular front end
- Start the redis server (optional) by
redis-server(in a separate terminal) - In the project root folder, run
npm run start-server-devto start the Node/Express backend.
The app will be accessible in localhost:4200