Skip to main content

Bootstrapping Svelte project (Routify)

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

init

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!

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.