- Go to the GopherGfx-AppTemplate repository
- Click the green Use this template button.
- Select Create a new repository
- Set repository options on the next page..
- Install Visual Studio Code
- In VS Code, go to Extensions > ManageExtensions and install
- Install the latest LTS version of node.js
- Use
git
or GitLens inside VS Code to clone your new repository on your local machine. - Open a command shell and run:
cd your-new-repo npm install npm run start