- Node (v14 LTS) (installed using NVM or download)
- Yarn CLI (
npm install -g yarn
) - Typescript
- Webpack
-
Clone this reposiroty
-
Install extensions (VS Code only)
- Use
Ctrl Shift P
(orCmd Shift P
on MacOS), then open "Show Recommended Extensions" - Under Workspace recommended extensions section, click on "Install workspace recommended extensions" button.
- Use
-
Install dependencies
To install dependencies please run this command:
yarn install
-
Open the code and start customizing!
This command will rebuild your packages on file changes (watch mode)
yarn start