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
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.
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.
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