- Node.js
- npm package manager
npm install -g @angular/cli
cd packumble
npm install
ng serve --open
The browser should open http://localhost:4200/ at the end. Keep this command running. Any changes made to the code will automatically show up on the browser.
In another terminal tab, start the server:
cd server
npm install
npm run start
You can use Angular DevTools for Chrome. This adds an "Angular" tab to Developer Tools.
ng new new-app
Helpful tutorial: https://angular.io/tutorial