Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jbkuczma authored May 17, 2017
1 parent 4f0136d commit 844c26f
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,14 @@
# flask-react
Flask and React boilerplate
Boilerplate with a Flask backend and React frontend

# Get started

git clone https://github.com/jbkuczma/flask-react.git
virtualenv flask-react (recommended)
cd flask-react

pip install -r requirements.txt
npm install

npm run watch -> watch for any jsx file changes with webpack
sh start.sh -> start flask server

0 comments on commit 844c26f

Please sign in to comment.