README.md

Draw a Tree on Canvas with XY Coordinates (Web)

This project contains the source code for this entry.

Requirements

You need to have installed in your computer:

  • Node.js
  • NPM

Run

Install dependencies with npm i.

Run the project with npm run start

The base webpack configuration for this project is taken from the Coniestica EP.

Deploy

Build a production bundle with npm run build:prod and deploy the bundle generated at directory out.

Resources