Skip to content

kozlovzxc/djangoReactTemplates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demo for this article - https://dev.to/kozlovzxc/django-templates-with-react-4hko

Installation

Order of installation can be any.

Django

You will need pipenv.

pipenv install

React

You will need yarn.

cd assets
yarn

Usage

You need to build React first, so Django can serve built files.

React

First terminal tab:

cd assets
yarn parcel watch src/index.tsx

Django

Second terminal tab:

pipenv run python manage.py runserver

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published