Skip to content

Super simple Svelte starter template with Parcel and MVP.css

License

Notifications You must be signed in to change notification settings

markcheno/svelte-parcel-mvp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

svelte-parcel-mvp

Super simple Svelte starter template with Parcel and MVP.css

Getting Started

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

To build for production

npm run build

or

yarn build

~20kb gzip compressed!

Built With

  • Svelte - Cybernetically enhanced web apps
  • Parcel - Blazing fast, zero configuration web application bundler
  • MVP.css - A minimalist stylesheet for HTML elements

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

Releases

No releases published

Packages

No packages published