# Best of 2019
Install the dependencies...
cd svelte-app npm install
...then start Rollup:
npm run dev
Navigate to localhost:5000.
Run
npm run-script css-dev
To create an optimised version of the app:
npm run build