Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 502 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 502 Bytes

Starting point for React Drop-down apps

This is an opinionated starting point, to get you going with React & Vite.

It uses

  • Vite
  • TypeScript
  • ESLint
  • Prettier
  • React Router
  • Scoped SCSS

Install necessary packages

  • yarn install or just yarn
  • npm install

Start the development server

yarn dev or npm run dev

Build the distributable

yarn build or npm run build

Serve the distributable

yarn serve or npm run serve

NOTE: You have to build it first.