A simple polling app made with Svelte
Clone the project
git clone https://github.com/Sagyam/Poll-App.git
Go to the project directory
cd Poll-App
Install dependencies
npm install
Start the server
npm run dev