https://github.com/agusID/boilerplate-svelte
:tada: Boilerplate Svelte Javascript Framework
https://github.com/agusID/boilerplate-svelte
boilerplate javascript storybook sveltejs webpack
Last synced: about 2 hours ago
JSON representation
:tada: Boilerplate Svelte Javascript Framework
- Host: GitHub
- URL: https://github.com/agusID/boilerplate-svelte
- Owner: agusID
- License: mit
- Created: 2019-10-04T09:04:16.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T22:33:02.000Z (over 2 years ago)
- Last Synced: 2024-11-08T05:38:56.701Z (5 months ago)
- Topics: boilerplate, javascript, storybook, sveltejs, webpack
- Language: JavaScript
- Homepage:
- Size: 5.25 MB
- Stars: 58
- Watchers: 2
- Forks: 2
- Open Issues: 45
-
Metadata Files:
- Readme: README.md
- Contributing: docs/contributing.md
- License: LICENSE
Awesome Lists containing this project
- awesome-made-by-indonesian - Boilerplate Svelte - `Boilerplate Svelte Javascript Framework` *by [Dwi Agustianto](https://github.com/agusID)* (B)
- made-in-indonesia - Boilerplate Svelte - `Boilerplate Svelte Javascript Framework` *by [Dwi Agustianto](https://github.com/agusID)* (B)
README
# Boilerplate Svelte
[
](https://svelte.dev)
[](https://travis-ci.org/agusID/boilerplate-svelte.svg?branch=master)
[](https://img.shields.io/codeclimate/coverage/agusID/boilerplate-svelte?style=flat-square)
[](https://www.codefactor.io/repository/github/agusid/boilerplate-svelte)
[](https://snyk.io/test/github/agusID/boilerplate-svelte/badge.svg)
[](https://codeclimate.com/github/agusID/boilerplate-svelte/maintainability)[](https://cdn.jsdelivr.net/gh/storybookjs/brand@master/badge/badge-storybook.svg)
[](https://img.shields.io/github/languages/code-size/agusID/boilerplate-svelte)
[](https://img.shields.io/github/contributors/agusID/boilerplate-svelte?color=%232980b9)
[](https://github.com/agusID/boilerplate-svelte/blob/master/LICENSE)This is a boilerplate project for [Svelte](https://svelte.dev) apps.
To create a new project based on this boilerplate using [degit](https://github.com/Rich-Harris/degit):
```bash
npx degit agusID/boilerplate-svelte boilerplate-svelte
cd boilerplate-svelte
```_Note that you will need to have [Node.js](https://nodejs.org) installed._
## Get started
Install the dependencies using `npm`
```bash
cd boilerplate-svelte
npm install
```...then start webpack:
```bash
npm run dev
```Navigate to [localhost:8080](http://localhost:8080). You should see your app running.
## Deploying to the web
### With [now](https://zeit.co/now)
Install `now` if you haven't already:
```bash
npm install -g now
```Then, from within your project folder:
```bash
now
```As an alternative, use the [Now desktop client](https://zeit.co/download) and simply drag the unzipped project folder to the taskbar icon.
## Guides
- [Storybook](https://github.com/agusID/boilerplate-svelte/blob/master/docs/storybook.md)
- [Svelte](https://svelte.dev/tutorial/basics)
- [Testing](https://github.com/agusID/boilerplate-svelte/blob/master/docs/testing.md)## Contributing
Please to read the [Contributing Guidelines](https://github.com/agusID/boilerplate-svelte/blob/master/docs/contributing.md).
## Any question ?
Send message to
[email protected]## License
The Boilerplate Svelte is open-sourced software licensed under the [MIT license](https://github.com/agusID/boilerplate-svelte/blob/master/LICENSE).