mnurik / watchlist-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Instruction

First we need to install dependencies with npm install (or pnpm install or yarn)

npm install

Then we should start a development server:

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

Now visit on browser (in case this port is free, otherwise follow the terminal instructions):

http://localhost:5173

About


Languages

Language:TypeScript 60.7%Language:Svelte 33.3%Language:JavaScript 3.0%Language:CSS 2.2%Language:HTML 0.7%