ng-courses

February 23, 2019 ยท View on GitHub

This repo is the supporting material for the following blog posts:

This project was generated with Angular CLI version 6.0.5.

Install

For the Angular app, install dependencies with:

npm install

The backend server requires Python 3.6+. Its only dependency is [Bocadillo], which can be installed using:

pip install bocadillo

Alternatively, if you're using pipenv, you can run pipenv install.

Quick start

First, fire up the backend server:

python app.py

It will be running at http://localhost:8000.

You can then start the Angular dev server using:

ng serve

Navigate to http://localhost:4200 to see the result. ๐ŸŽŠ

License

MIT