Get a chart widget up an running in almost no time!
Create a repository on your Github account with the "Use Template" button.
- Copy the URL from the "Clone" button on your instance of the repo.
- In VSCode, click the "Clone" option in the front page and paste in this url.
- Open up the terminal (Control + `).
- Type
npm install
to install the code to make it run. - Type
npm start
to start the development server.