Skip to content

Boilerplate (basic structure) for Django application (multiple settings, django-rest-framework, templates) and ReactJS + JSX, SASS styles and glup as a build tool workflow on frontend side.

Notifications You must be signed in to change notification settings

Sajam/app_boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Create separated environment for Python packages and install requirements:

mkvirtualenv -a /path/to/project project_name
pip install -r requirements.txt

Install frontend packages:

npm install

To rebuild frontend stuff (which is currently JavaScript files with ReactJS + JSX and SASS styles) use glup command executed from project's root directory. If you don't have glup installed globally you can do node_modules/glup/bin/glup.js.

About

Boilerplate (basic structure) for Django application (multiple settings, django-rest-framework, templates) and ReactJS + JSX, SASS styles and glup as a build tool workflow on frontend side.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages