Skip to content

Latest commit

 

History

History
72 lines (54 loc) · 2.73 KB

README.md

File metadata and controls

72 lines (54 loc) · 2.73 KB

React Vite Boilerplate ✨

This is a boilerplate project for starting React applications with Vite.

Technologies used 👇:

react badge react router badge vite badge prettier badge stylelint badge stylelint badge

Installation

  1. Clone the repository.
  2. Install dependencies using npm install.

Usage

  • To start the development server, run npm run dev.
  • To build the production-ready code, run npm run build.
  • To preview the production build, run npm run preview.

Linting and Formatting

  • To run ESLint and check for code errors, run npm run lint.
  • To automatically fix ESLint errors, run npm run lint:fix.
  • To format code using Prettier, run npm run format.
  • To check for stylelint errors in stylesheets, run npm run lint:styles.
  • To automatically fix stylelint errors in stylesheets, run npm run fix:styles.

Dependencies

Development Dependencies

Author

👤 Leslie Herrera