- Notifications
You must be signed in to change notification settings - Fork1
triptych/saga
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is a project template forSvelte apps. It lives athttps://github.com/sveltejs/template.
To create a new project based on this template usingdegit:
npm install -g degit# you only need to do this oncedegit sveltejs/template svelte-appcd svelte-app
Note that you will need to haveNode.js installed.
Install the dependencies...
cd svelte-appnpm install
...then startRollup:
npm run dev
Navigate tolocalhost:5000. You should see your app running. Edit a component file insrc
, save it, and reload the page to see your changes.
Withnow
Installnow
if you haven't already:
npm install -g now
Then, from within your project folder:
now
As an alternative, use theNow desktop client and simply drag the unzipped project folder to the taskbar icon.
Withsurge
Installsurge
if you haven't already:
npm install -g surge
Then, from within your project folder:
npm run buildsurge public