- node.js version 10
- VS code IDE
- Clone the github repository
- Run
npm install
in the repository folder to install project dependencies
- CTRL-SHIFT-R (VS Code 'Run Task') shortcut, and select 'npm start' to run a live dev sever
- Edit files in
/src
to develop
- CTRL-SHIFT-R (VS Code 'Run Task') shortcut, and select 'npm build' to build a production version that is saved to
/dist