best-of-2019-svelte-fontless
best-of-2019-svelte-fontless copied to clipboard
Fontless version of Best of 2019 - for learning purposes
# Best of 2019
Tech used
- I used the Svelte JS template as a base. It lives at https://github.com/sveltejs/template.
- For routing I used Routify: http://routify.now.sh/
- See technical write-up at https://johanronsse.be/blog/making-of-best-of-2019
Running the project
Install the dependencies...
cd svelte-app
npm install
...then start Rollup:
npm run dev
Navigate to localhost:5000.
Compiling SCSS
Run
npm run-script css-dev
Building and running in production mode
To create an optimised version of the app:
npm run build