Skip to content

haliphax/narf

Repository files navigation

narf! 🌎🐁

Test coverage

Simple story points estimation

Stack

Server

Client

  • 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)

Shared

Run locally

Install dependencies:

npm ci

Build the client web app:

npm run build

Start the app server:

npm run start