Skip to content

Commit 7545b5c

Browse files
author
Matthew Freire
authored
Update README.md
1 parent d3f5546 commit 7545b5c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,12 @@ This repository contains a boilerplate project setup for Django and React. The p
77
```json
88
virtualenv env
99
pip install -r requirements.txt
10-
cd src
1110
python manage.py runserver
1211
```
1312

1413
## Frontend development workflow
1514

1615
```json
17-
cd frontend
1816
npm i
1917
npm start
2018
```

0 commit comments

Comments
 (0)