Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 281 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 281 Bytes

Vite React template

Getting started

  1. Install dependencies
pnpm install
  1. Run the development server
pnpm run start

Architecture

We are using feature sliced design to structure the app.

More info here