http://127.0.0.1:5000/#/canva -> is the canvas (home page) route
http://127.0.0.1:5000/#/webpage -> is the rendered output page route
This project uses Python3.
- Install python requirements and dependencies:
pip install -r requirements.txt
cd static
npm install
- Build the front end:
npm run build
(You can use npm run watch to avoid building the front end everytime a change is made.)
- Go to project root and run the server:
cd ..
python app.py
- Go to
localhost:5000/#/canvato view project. - Go to
localhost:5000/#/webpageto view rendered output page.