This is a simple CRUD (Create, Read, Delete) application built with Svelte JS. It allows you to create, edit and delete a contact with a name and an email field.
You can clone this repository or download it as a zip file. Then, run the following commands in your terminal:
cd svelte-app
npm install
npm run dev
This will start a local server on port 5000. You can then open http://localhost:5000 in your browser. You can also view the live demo of the app by clicking here.
To run this project locally, you need to have Node.js and npm installed on your machine. Then follow these steps:
git clone https://github.com/CodeKisku/Svelte-CRD-APP.git
cd Svelte-CRD-APP
npm install
npm run dev