Starter pack for building an Angular 4 web application with Django backend. Includes Material Design library.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
npm
python3
pip
Clone the repository from git
Give the example Create and enter python virtual environment.
virtualenv -p python3 venv source ./venv/bin/activate Install the python requirements
pip install -r requirements.txt Install the angular/material dependancies
cd angular/app npm install Start the Django development server and open in your browser at http://localhost:8000
cd ../.. python manage.py runserver You now have your Angular/Django application running.
Start lite server
cd angular/app npm start Development build
npm run build ng g component my-new-component
Explain how to run the automated tests for this system
Explain what these tests test and why
Give an example Add additional notes about how to deploy this on a live system
- Dropwizard - The web framework used
- Maven - Dependency Management
- ROME - Used to generate RSS Feeds
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Jeffrey Hallock - CodeWise.live
This project is licensed under the Artistic License 2.0 - see the LICENSE.md file for details
Thanks to the Angular and Material and Webpack teams!