Home

Awesome

Boilerplate Svelte

<img src="docs/svelte-logo.svg" align="right" width="100"> Travis CI Coverage CodeFactor Known Vulnerabilities Maintainability

Storybook Code Size Contributor License

This is a boilerplate project for Svelte apps.

To create a new project based on this boilerplate using degit:

npx degit agusID/boilerplate-svelte boilerplate-svelte
cd boilerplate-svelte

Note that you will need to have Node.js installed.

Get started

Install the dependencies using npm

cd boilerplate-svelte
npm install

...then start webpack:

npm run dev

Navigate to localhost:8080. You should see your app running.

Deploying to the web

With now

Install now if you haven't already:

npm install -g now

Then, from within your project folder:

now

As an alternative, use the Now desktop client and simply drag the unzipped project folder to the taskbar icon.

Guides

Contributing

Please to read the Contributing Guidelines.

Any question ?

Send message to mail@agusdwi.id

<p> <a href="https://github.com/agusID"><img width="50" style="border-radius: 50%" src="https://avatars3.githubusercontent.com/u/13955708?s=460&v=4" alt="Dwi Agustianto"> </a> </p>

License

The Boilerplate Svelte is open-sourced software licensed under the MIT license.