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.
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.
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.
Please to read the Contributing Guidelines.
Send message to mail@agusdwi.id
The Boilerplate Svelte is open-sourced software licensed under the MIT license.