Bootstrapping Svelte project (Routify)

Use Roxiness's Stackmix toolkit https://github.com/roxiness/stackmix

Bash
npx stackmix [app-name]
cd [app-name]
npm install
npm run dev

Note that using stackmix in the current directory '." is okay, but it will delete everything in the folder. .git folder can be restored by following instructions here https://stackoverflow.com/questions/6246907/can-deleted-git-be-restored


Also, use npm outdated to update deps!