Skip to content

dadhichaditya/sketch2code-major

Repository files navigation

SketchToCode

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

Building the Application:

This project uses Python3.

  1. Install python requirements and dependencies:
pip install -r requirements.txt
cd static
npm install
  1. Build the front end:
npm run build

(You can use npm run watch to avoid building the front end everytime a change is made.)

  1. Go to project root and run the server:
cd ..
python app.py
  1. Go to localhost:5000/#/canva to view project.
  2. Go to localhost:5000/#/webpage to view rendered output page.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published