Skip to content

antonmadjid/django-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

hybrid django react boilerplate

This is a boilerplate for Django apps with frontends using React.

This boilerplate uses can be applied as a single page application and server side rendering. In development mode, run Python manage.py runserver from the webpack-django directory. Then enter the frontend directory and do the npm run start command. for production mode don't forget to edit file core->setting.py debug=False

Production mode can only be run with WSGI.

To login to Django Admin:

  • 127.0.0.1/admin
  • User name: admin password: P@ssw0rd

Releases

No releases published

Packages

No packages published