Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 783 Bytes

README.md

File metadata and controls

33 lines (27 loc) · 783 Bytes

Shape Drawer

A university task to create a shape drawer app.

Shape drawer Click here to see the demo.

How to run locally

  1. Clone this repository.

    git clone https://github.com/aaneitchik/shape-drawer.git
  2. Install dependencies with bower:

    bower i
  3. Install other dependencies with yarn:

    yarn install
  4. Run the project in dev mode:

    gulp

    and it will open on localhost:3000

    Built version will be created automatically in dist folder.