Vite Svelte

Description

This project is an example template of using Vite with Svelte. The project purpose is to experiment/implement the following features:

  1. Build Reusable components with Svelte
  2. Implement Routing with Svelte Routing including Protected Routes
  3. Use third party Svelte Library - Toast component
  4. Experiment Svelte syntax, statements, logic, stores, bindings, animation

Quick start

  1. Clone this repo using git clone https://github.com/mohamedsamara/vite-svelte.git
  2. Move to the directory: cd <PROJECT_NAME>.
  3. Run yarn install in order to install dependencies.

Start development

$ yarn dev

Simple build for production

$ yarn build

Preview production build

$ yarn preview

Format with Prettier

$ yarn format

Top categories

Loading Svelte Themes