Skip to content

MartinKristof/react-beginners-startup

Repository files navigation

React beginners - React + TypeScript + Vite

React 19 RC project in TS based on Vite. Powered by TailwindCSS.

Development

  1. Install deps with yarn command
  2. Run dev server with yarn dev

Production

  1. Install deps with yarn command
  2. Run build with yarn build
  3. Run server with yarn preview

Scripts:

  • dev
  • build
  • preview
  • pretty
  • pretty:fix
  • lint
  • lint:fix
  • qa