No description
Find a file
2017-12-03 19:37:43 -05:00
public initial commit 2017-08-05 20:20:53 -04:00
src update package, rollup config and use export in main 2017-09-08 14:54:24 +08:00
.gitignore remove lockfile, so that people always get latest svelte 2017-08-24 09:18:37 -04:00
package.json update deps 2017-12-03 19:37:43 -05:00
README.md typo 2017-08-05 20:23:01 -04:00
rollup.config.js update package, rollup config and use export in main 2017-09-08 14:54:24 +08:00

svelte app

This is a project template for Svelte apps. It lives at https://github.com/sveltejs/template.

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

npm install -g degit # you only need to do this once

degit sveltejs/template svelte-app
cd svelte-app

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

Get started

Install the dependencies...

cd svelte-app
npm install

...then start Rollup:

npm run dev

Navigate to localhost:5000. You should see your app running. Edit a component file in src, save it, and reload the page to see your changes.

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.

With surge

Install surge if you haven't already:

npm install -g surge

Then, from within your project folder:

npm run build
surge public