Skip to content
This repository was archived by the owner on Mar 21, 2022. It is now read-only.

gryevns/django-react-bootstrap

Repository files navigation

Django React Bootstrap

Lightweight boilerplate for a Django and ReactJS application. Uses Django Rest Framework to create RESTful APIs which can be consumed by React. Webpack used to watch for JS changes and rebuild bundle served via Django template.

Setup

git clone git://github.com/gryevns/django-react-bootstrap.git
cd django-react-bootstrap
virtualenv .venv
source .venv/bin/activate
pip install -r requirements.txt
npm install

python manage.py migrate
python manage.py createsuperuser
nohup python manage.py runserver &
npm start

URLs

URL Detail
127.0.0.1:8000/ ReactJS index
127.0.0.1:8000/admin/ Django admin
127.0.0.1:8000/api/users/ Django Rest Framework

About

Boilerplate for Django and ES6 ReactJS app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published