Skip to content

Starter project for SPA applications built using React and Vite

Notifications You must be signed in to change notification settings

milosdavidovic/react-vite-starter

Repository files navigation

SPA Web App (Vite + React + TypeScript)

Using 📦

  1. Install Packages
npm install
  1. Install husky
npm run prepare
  1. Start Project
npm start

Options ✍️

  1. Check lint
npm run lint
  1. Fix lint
npm run lint:fix
  1. Check prettier
npm run prettier
  1. Fix prettier
npm run prettier:fix
  1. Fix lint and prettier
npm run format
  1. Typescript check
npm run check-types
  1. Production build
npm run build

Other libraries used 📚

  1. Forms management
    React hook form
  2. Components library
    Material UI
  3. Styling
    Emotion Styled
  4. Async State Management
    Tanstack Query
  5. Date/time management
    luxon
  6. i18n
    react-i18next
  7. Mocking
    msw

About

Starter project for SPA applications built using React and Vite

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published