A university task to create a shape drawer app.
Click here to see the demo.
-
Clone this repository.
git clone https://github.com/aaneitchik/shape-drawer.git
-
Install dependencies with bower:
bower i
-
Install other dependencies with yarn:
yarn install
-
Run the project in dev mode:
gulp
and it will open on
localhost:3000
Built version will be created automatically in
dist
folder.