- Make sure you have python 2.7 installed:
python --version
- Install the python dependencies:
pip install -r requirements.txt
- Install node (and npm) - todo(philip): instructions
- Install webpack globally: npm install -g webpack
- Install npm project packages locally: npm install
- Generate a static bundle: npm run build
- Run the webserver: `./setup.py
- Go to localhost:5000 to the landing page.
- Go to localhost:5000/qwerty to see the custom 404.
run python -m tornado.testing discover