Skip to content
This repository has been archived by the owner on Aug 7, 2022. It is now read-only.

Latest commit

 

History

History
38 lines (25 loc) · 998 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 998 Bytes

Polling App

GitHub wakatime Website

A simple polling app made with Svelte

Screenshots

App App

Run Locally

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