sveltejs/template

Name: template

Owner: Svelte

Description: Template for building basic applications with Svelte

Created: 2017-08-06 00:21:21.0

Updated: 2018-05-19 21:14:56.0

Pushed: 2018-05-14 00:20:53.0

Homepage: null

Size: 39

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Psst ? looking for a shareable component template? Go here –> sveltejs/component-template


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:

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

t sveltejs/template svelte-app
velte-app

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

Get started

Install the dependencies…

velte-app
install

…then start Rollup:

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:

install -g now

Then, from within your project folder:


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:

install -g surge

Then, from within your project folder:

run build
e public

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.