Skip to content

shakib609/django-react-boilerplate

Repository files navigation

Dependabot Status Django CI React CI

Django React TypeScript Boilerplate

This project was bootstrapped with Create React App and django-admin. This project aims to provide a simple boilerplate which integrates a Django back-end app with React front-end.

Setup

$ pip3 install --upgrade pip
$ pip3 install poetry
$ poetry install
$ yarn install
$ yarn build
$ poetry run python manage.py migrate
$ poetry run python manage.py runserver

P.S. Everytime before running the Django Server make sure you build you React app running yarn build. In development, the Django and React servers run on different ports for live-reloading and other features to work.

About

Boilerplate code to create a site with Django in the Back-end and React.js in the Front-end

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published