All Projects → lukeed → Svelte Demo

lukeed / Svelte Demo

Multi-page demo built Svelte 3.x and Rollup with code-splitting

Labels

Projects that are alternatives of or similar to Svelte Demo

Looom Tools
Stars: ✭ 85 (-14.14%)
Mutual labels:  svelte
Svelte Template
🚧 An easy-to-use Svelte template! (Svelte + Typescript + Parcel + Express) 2020
Stars: ✭ 88 (-11.11%)
Mutual labels:  svelte
Awesome Svelte
Awesome Svelte: Useful resources for developing Svelte applications
Stars: ✭ 92 (-7.07%)
Mutual labels:  svelte
Baelte
CLI tool for svelte to help you be productive
Stars: ✭ 85 (-14.14%)
Mutual labels:  svelte
Minna Ui
😸 A fast, friendly, and fun web UI kit for everyone.
Stars: ✭ 86 (-13.13%)
Mutual labels:  svelte
Sapper Graphql Firebase
Svelte + Sapper + GraphQL + Firebase Auth
Stars: ✭ 88 (-11.11%)
Mutual labels:  svelte
Renderless Svelte
A collection of renderless Svelte components
Stars: ✭ 78 (-21.21%)
Mutual labels:  svelte
Hello Worlds
Hello world apps for angular, react, svelte, and vue
Stars: ✭ 98 (-1.01%)
Mutual labels:  svelte
Svelte Pwa
Svelte Progresssive Web App (PWA) starter template
Stars: ✭ 87 (-12.12%)
Mutual labels:  svelte
Dino Rss Electron
A simple, efficient, open source RSS reader service
Stars: ✭ 89 (-10.1%)
Mutual labels:  svelte
Svelte Example
🚀 📚 Some examples to test the Svelte Framework
Stars: ✭ 85 (-14.14%)
Mutual labels:  svelte
Svelte Social Auth
Social Auth for Svelte v3
Stars: ✭ 86 (-13.13%)
Mutual labels:  svelte
Coolify
Heroku & Netlify alternative
Stars: ✭ 85 (-14.14%)
Mutual labels:  svelte
Sapper Typescript Graphql Template
A template that includes Sapper for Svelte, TypeScript preprocessing, and a GraphQL server through TypeGraphQL
Stars: ✭ 84 (-15.15%)
Mutual labels:  svelte
Snow Stamp
Get the timestamp from a Discord snowflake ❄
Stars: ✭ 95 (-4.04%)
Mutual labels:  svelte
Magane
Bringing LINE's sticker to Discord in a chaotic way.
Stars: ✭ 81 (-18.18%)
Mutual labels:  svelte
Omniawrite
A text editor engineered for creative writing.
Stars: ✭ 88 (-11.11%)
Mutual labels:  svelte
Svelte Language Server
A WIP language server for Svelte
Stars: ✭ 98 (-1.01%)
Mutual labels:  svelte
Svelte Starter
🍦 A boilerplate for HTML5, Svelte, Material, Babel, and PostCSS. Webpack | Starter Kit | Svelte 3.0 | Svelte3 | Template | Router
Stars: ✭ 97 (-2.02%)
Mutual labels:  svelte
Site Kit
Styles and components for use in *.svelte.dev websites
Stars: ✭ 86 (-13.13%)
Mutual labels:  svelte

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:

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

degit sveltejs/template svelte-app
cd svelte-app

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

Get started

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.

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].