Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React and Django integration Hello World

Complimentary code for our talk at DjangoCongress JP 2019.

To run example application on localhost:8000:

cd webapp
pip install -r requirements.txt
python manage.py runserver 8000

App screenshot

To rebuild frontend code run:

cd frontend
yarn install
yarn build

Webpack will watch the Javascript source files and rebuild upon changes.

About

Example code for DjangoCongress 2019 Tokyo

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages