Skip to content

Elabbasy00/React-Django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup Instructions

Install Required Python Modules

pip install -r requirements.txt

Start Web Server

python manage.py runserver


Install Node.js Install Node Modules

First cd into the frontend folder.

cd frontend

Next install all dependicies.

yarn

Compile the Front-End

Run the production compile script

touch webpack.config.js

NODE_ENV: JSON.stringify("production")

yarn build

or for development:

yarn dev

About

Django React Boilerplate

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published