Skip to content

agusID/boilerplate-svelte

Repository files navigation

Boilerplate Svelte

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

Dwi Agustianto

License

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