|
|
7 years ago | |
|---|---|---|
| .. | ||
| app | 7 years ago | |
| assets | 7 years ago | |
| README.md | 7 years ago | |
| db.sqlite3 | 7 years ago | |
| manage.py | 7 years ago | |
| package.json | 7 years ago | |
| requirements.txt | 7 years ago | |
| server.js | 7 years ago | |
| webpack.config.js | 7 years ago | |
Setup virtualenv (optional)
virtualenv ve
. ve/bin/activate
Install dependencies
pip install -r requirements.txt
npm install
Run django server
./manage.py runserver
Run webpack dev server
node server.js
Now you can make changes to assets/js/app.jsx and the changes will show up in the browser automagically.