Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 322 Bytes

Readme.md

File metadata and controls

24 lines (12 loc) · 322 Bytes

React Django Todo App

Backend Installation Step

pipenv shell

pipenv install Django

python manage.py runserver

server will run on (http://localhost:8000)

React Frontend Steps

cd frontend

npm install

npm start


Open [http://localhost:3000](http://localhost:3000) to view it in the browser.