Web SPA for Hansip
- NodeJs 16 or newer
- Vue 3
- TypeScript
- Vite
-
Clone the project
git clone git@github.com:slaveofcode/hansip-web.git -
Go to project directory
cd hansip-web -
Install dependencies
npm i -
Start vite webserver with hot-reload support
npm run dev
npm run build