aboutsummaryrefslogtreecommitdiff

svelte app (Modified)

Greenkeeper badge

This is a project template for Svelte apps. Original url 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 cooljith91112/svelte-app 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.