Simple story points estimation
- Vite - Build system
- Vue3 - Application framework
- Vuex - State management
- Vue Router - Request routing
- CSS Grid - Layout paradigm (with a sprinkle of flexbox)
- Less - CSS preprocessor (for media queries as variables)
Install dependencies:
npm ci
Build the client web app:
npm run build
Start the app server:
npm run start