vinodnimbalkar / SvelteApps

Basic Svelte Apps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SvelteApps

This repository containing links of all the svelte example apps demonstrating features/functionality/integrations in Svelte Cybernetically enhanced web apps.

Apps Source Code Link
Svelte-Clicker Click Here Online Demo
Movie-Finder Click Here Online Demo

How do I run this project locally?

1. Clone the repository:

git clone https://github.com/vinodnimbalkar/SvelteApps.git

2. Change Directory: 📂

cd SvelteApps
cd <App Name> e.g svelte-clicker

3. Install dependency:

npm install

5. Start the Server: 🏃

npm run dev

6. And open http://localhost:5000 in your web browser.:computer:

License

MIT

Free Software, Hell Yeah!

About

Basic Svelte Apps

License:MIT License


Languages

Language:Svelte 45.4%Language:JavaScript 30.8%Language:CSS 14.5%Language:HTML 9.3%