Skip to content

codewiseio/Django-Angular-Webpack-Starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Angular Webpack Starter

Starter pack for building an Angular 4 web application with Django backend. Includes Material Design library.

Getting Started

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.

Prerequisites

npm

python3

pip

Installing

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 

Creating a new component

ng g component my-new-component

Creating a new django application

Running the tests

Explain how to run the automated tests for this system

Break down into end to end tests

Explain what these tests test and why

Give an example 

Deployment

Add additional notes about how to deploy this on a live system

Built With

  • Dropwizard - The web framework used
  • Maven - Dependency Management
  • ROME - Used to generate RSS Feeds

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

License

This project is licensed under the Artistic License 2.0 - see the LICENSE.md file for details

Acknowledgments

Thanks to the Angular and Material and Webpack teams!

About

Application stub using Django/Angular/Material/Webpack stack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published