|
|
hace 7 años | |
|---|---|---|
| .. | ||
| app | hace 6 años | |
| assets | hace 6 años | |
| README.md | hace 6 años | |
| db.sqlite3 | hace 6 años | |
| manage.py | hace 6 años | |
| package.json | hace 6 años | |
| requirements.txt | hace 6 años | |
| server.js | hace 6 años | |
| webpack.config.js | hace 6 años | |
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.