Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.01 KB

README.md

File metadata and controls

22 lines (17 loc) · 1.01 KB

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.