- Install NodeJS and npm:
sudo apt-get install nodejs npm
- Download dependencies via npm:
npm install
- Compile Typescript to Javascript:
npm run build
- Start the fsatify server:
npm run server
- Browse to
http://127.0.0.1:8080
To have webpack watch changes and do builds automatically: npm run watch