Super simple Svelte starter template with Parcel and MVP.css
npx degit github.com/markcheno/svelte-parcel-mvp my-mvp
cd my-mvp
npm install
npm run dev
or
npx degit github.com/markcheno/svelte-parcel-mvp my-mvp
cd my-mvp
yarn
yarn serve
npm run build
or
yarn build
~20kb gzip compressed!
This project is licensed under the MIT License - see the LICENSE.md file for details