An open API service indexing awesome lists of open source software.

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

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)