To create a new project based on this template using degit:
npx degit jascky/svelte-starter svelte-app
cd svelte-app
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.
Install now
if you haven't already:
npm install -g now
Then, from within your project folder:
cd public
now