Skip to content

dworthen/svelte-app

 
 

Repository files navigation

This is a fork of sveltejs/template and combines functionality with sveltejs/template-webpack. This repo has the ability scaffold out pojects using Rollup or webpack.

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


svelte app

This is a SCF template for Svelte apps. It lives at https://github.com/dworthen/scf-svelte-app.

npx scf dworthen/svelte-app myApp -s

The scaffolding process will prompt for which build tool to use. Rollup or webpack.

View dworthen/scf for more information on project scaffolding with SCF.

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

Get started

Install the dependencies...

cd myApp
npm install

...then start the dev process:

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

About

Template for building basic applications with Svelte

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 69.1%
  • CSS 19.3%
  • HTML 11.6%