This template contains a great starting place to create an Angular app with a Node backend:
- Client
- Angular 5
- Routing
HttpClient
- Bootstrap 4
- Angular 5
- Server
- Node
- Express
This also contains an example component and routes for my OK Coders students.
Open two console tabs: One inside of client/ and one inside of server/.
Run npm install from both tabs.
npm start from inside client/ and from inside server/.