https://github.com/rocity/angular-es6-drf-seed
🛠An Angular 1.x and DRF project seed.
https://github.com/rocity/angular-es6-drf-seed
angular1 angular1-x angular1x django django-rest-framework es6
Last synced: 3 months ago
JSON representation
🛠An Angular 1.x and DRF project seed.
- Host: GitHub
- URL: https://github.com/rocity/angular-es6-drf-seed
- Owner: rocity
- License: mit
- Created: 2017-08-19T05:42:37.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-11-15T01:20:36.000Z (over 8 years ago)
- Last Synced: 2025-02-25T14:51:55.823Z (over 1 year ago)
- Topics: angular1, angular1-x, angular1x, django, django-rest-framework, es6
- Language: Python
- Size: 75.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Base Project ðŸ›
An Angular 1.x and DRF project seed.
# Tools
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`
# Setup
## Install python packages with `pip`
_A `virtualenv` is recommended._
` $pip install -r requirements.txt`
## Install front-end packages using `yarn`
`$ yarn install`
# Launching the Project
# Make commands
Watch changes on front-end code
`$ make watch-webapp`
# Running the API development server
`$ python manage.py runserver`
# License
This software is licensed under [The MIT License](./LICENSE).