Node 16 Svelte as javascript framework Vite as development server and application builder
To install dependencies:
$ npm install
To run the app:
$ npm run dev
To lint code (normally unnecessary, vite is configured to lint during compilation):
$ npm run lint
To create a new app build:
$ npm run build