Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 1 month 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T22:33:02.000Z (almost 2 years ago)
- Last Synced: 2024-08-01T21:38:59.912Z (4 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)
[![Travis CI](https://travis-ci.org/agusID/boilerplate-svelte.svg?branch=master)](https://travis-ci.org/agusID/boilerplate-svelte.svg?branch=master)
[![Coverage](https://img.shields.io/codeclimate/coverage/agusID/boilerplate-svelte)](https://img.shields.io/codeclimate/coverage/agusID/boilerplate-svelte?style=flat-square)
[![CodeFactor](https://www.codefactor.io/repository/github/agusid/boilerplate-svelte/badge)](https://www.codefactor.io/repository/github/agusid/boilerplate-svelte)
[![Known Vulnerabilities](https://snyk.io/test/github/agusID/boilerplate-svelte/badge.svg)](https://snyk.io/test/github/agusID/boilerplate-svelte/badge.svg)
[![Maintainability](https://api.codeclimate.com/v1/badges/4c4d867246987a1dc614/maintainability)](https://codeclimate.com/github/agusID/boilerplate-svelte/maintainability)[![Storybook](https://cdn.jsdelivr.net/gh/storybookjs/brand@master/badge/badge-storybook.svg)](https://cdn.jsdelivr.net/gh/storybookjs/brand@master/badge/badge-storybook.svg)
[![Code Size](https://img.shields.io/github/languages/code-size/agusID/boilerplate-svelte)](https://img.shields.io/github/languages/code-size/agusID/boilerplate-svelte)
[![Contributor](https://img.shields.io/github/contributors/agusID/boilerplate-svelte?color=%23e67e22)](https://img.shields.io/github/contributors/agusID/boilerplate-svelte?color=%232980b9)
[![License](https://img.shields.io/github/license/agusID/boilerplate-svelte)](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).