/svelte-northwind

A simple CRUD application built in Svelte for managing the employees in a standard Northwind database

Primary LanguageSvelte

Northwind

This is a simple CRUD application for managing the Employees in a standard Northwind database. It is hosted here as quick preview.

The application interfaces with a REST service hosted via Express in Node.js.

It connects to where the API is hosted here by default, but this can be changed in vite.config.ts if you're hosting the API yourself.

Project setup

npm install

Compiles and hot-reloads for development

npm run dev

Compiles and minifies for production

npm run build