- Click the friendly "Use this Template" button. Create a new repo name and click "Create repository from this template".
- Now that you've made a new repo off of this template, click the friendly, green "Code" button. Click the clipboard icon to get your repo's URL.
-
In your terminal,
git clone your-copied-repo URL
-
In your terminal,
cd your-project-name
-
In your terminal,
npm i
-
In your terminal,
code .
to open the text editor. If that doesn't work, do whatever you need to do to open this directory up in VSCode. -
In your terminal,
npm start
. A tab should open in your browser. Change files insrc/index.html
andsrc/index.ts
to live update this code.
credit to Ben Waples for kicking this project off! https://github.com/benwaples