An Angular 1.x and DRF project seed.
This seed uses the following stack:
- Angular
1.6.5
- Django -
1.11.4
- Django-Rest-Framework
3.6.3
- ES6
- Webpack
- Bootstrap
4.0.0-beta
A virtualenv
is recommended.
$pip install -r requirements.txt
$ yarn install
Watch changes on front-end code
$ make watch-webapp
$ python manage.py runserver
This software is licensed under The MIT License.