- install IntelliJ IDEA Ultimate
- install
node.js
on your local machine - install Angular-Cli with
npm install -g @angular/cli@latest
- run
npm install
from the command line
The main entry point for the web app can be found under WebApp/src/
most of the app files are under app. Lookup Angular-Cli for more info on generating components and modules for Angular 2
The main entry point for the node.js/express backend is bin/www
in the project root directory. Its setup so that anything in the /api url path will be captured by express
Ive set up development configurations and a production configuration
"Dev-Serv" and "Dev-App" must be run together
"Development" is a compound configuration and will run them together but can't be debugged with the debugger
All Configurations will launch the server on localhost:3000