Skip to content

Template for creating a web project with django, python, react and typescript stack

Notifications You must be signed in to change notification settings

JTibs18/django-react-typescript-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

django react typescript full stack boilerplate

Template for creating a web project with django, python, react and typescript stack

To run django:

python .\manage.py runserver

To run react (in frontend folder):

npm run dev

Go to /frontend/ to run application.

This route can be changed in django-react-typescript-setup\django_react_typescript_setup\django_react_typescript_setup\urls.py