Skip to content

Commit

Permalink
put git clone command in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jwkvam authored Oct 29, 2018
1 parent 15c3dac commit ae84a04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ Based on https://github.com/rwieruch/minimal-react-webpack-babel-setup

## Run Locally

1. Clone this repo
1. Clone this repo: `git clone [email protected]:jwkvam/minimal-flask-react.git`
2. npm install
3. npm run dev
4. pip install -r requirements.txt
5. python server.py

If you would like to have webpack rebuild your javascript any time your React code changes, enter `npm run start` in a different terminal.
If you would like to have webpack rebuild your javascript any time your React code changes, enter `npm run start` in a different terminal.

0 comments on commit ae84a04

Please sign in to comment.