This project was generated with Angular CLI version 8.2.2.
Install NodeJS on your system. Make sure your system PATH variables are properly set up if on Windows OS. Open a terminal within the project directory with administrator priviledges. Run npm install
, cd server
and npm install
waiting for completion at each command.
Open a terminal within the project directory and run npm start
serve your frontend dev server. Open a separate terminal in the server folder found in the project directory and run npm start
. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory. Use the --prod
flag for a production build.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.