https://github.com/markcheno/svelte-parcel-mvp
Super simple Svelte starter template with Parcel and MVP.css
https://github.com/markcheno/svelte-parcel-mvp
parcel parcel-bundler parceljs svelte svelte-js svelte-template svelte-v3
Last synced: 2 months ago
JSON representation
Super simple Svelte starter template with Parcel and MVP.css
- Host: GitHub
- URL: https://github.com/markcheno/svelte-parcel-mvp
- Owner: markcheno
- License: mit
- Created: 2020-05-21T02:20:19.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-21T02:40:20.000Z (about 6 years ago)
- Last Synced: 2025-06-01T11:59:08.671Z (about 1 year ago)
- Topics: parcel, parcel-bundler, parceljs, svelte, svelte-js, svelte-template, svelte-v3
- Language: HTML
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 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](https://svelte.dev/) - Cybernetically enhanced web apps
- [Parcel](https://parceljs.org/) - Blazing fast, zero configuration web application bundler
- [MVP.css](https://andybrewer.github.io/mvp/) - A minimalist stylesheet for HTML elements
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details
## Acknowledgments
- (https://github.com/shff/parcel-svelte-template)