-
Notifications
You must be signed in to change notification settings - Fork 17
Set up a development environment
Roberto Prevato edited this page May 6, 2017
·
4 revisions
Please follow the instructions about Gulp and the instructions for provided Flask development server.
Prepare the httpdocs
folder by issuing the command:
gulp dev-init
Run unit tests continuously by issuing the command:
gulp watch-unit
Run the provided Flask server (it will serve static files from httpdocs
folder).
Where 'env' is the name of Python virtual environment:
# Unix:
env/bin/python server.py
# Windows
env\Scripts\python server.py