Install NodeJS and run npm install to get your modules.
You have two commands available:
- npm run dev - creates a watcher that listens to changes from your src files and builds them on change to dist
- npm run build - builds your files from src to dist