Skip to content

Presentation on Svelte for HMCTS developers, written in Svelte/SvelteKit

Notifications You must be signed in to change notification settings

furnivall/svelte-is-the-future

Repository files navigation

Svelte is the Future

This repository contains a SvelteKit presentation aimed at demonstrating the advantages and core concepts of Svelte compared to other major frameworks like React and Angular. This was presented to the HMCTS Engineering Community in May 2024.

Prerequisites

Before you begin, ensure you have Node.js installed on your machine. This project was built using Node.js version 16.x or newer. If you want to use the features within the OpenAI slide (i.e. /await), you'll need an OpenAI API key, saved in a .env within the root directory of the project with the name VITE_OPENAI_API_KEY

Getting Started

To get the presentation running locally, follow these steps:

Installation

Clone the repository to your local machine:

git clone https://github.com/yourusername/Svelte-is-the-Future.git
cd Svelte-is-the-Future

Install the necessary dependencies:

npm install

Then run the development server:

npm run dev -- --open

About

Presentation on Svelte for HMCTS developers, written in Svelte/SvelteKit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published