ASU Capstone Project for Advisement Sessions / Surveys
- change directory to backend
- run npm install
- run node app.js
Congrats! The backend api is now running!
Make sure you have the angular-cli installed globally by running npm install -g angular-cli
- change directory to frontend
- run npm install
- run "ng serve"
When developing, it is super helpful to use "ng g c $component_name"(i.e. users-list). This will create the scaffold of a component so you don't have to create a new folder and the couple of files that it generates.