Skip to content

React Vite boilerplate: includes scripts for development, building, and previewing the application. It also has linting and formatting scripts to maintain code quality and style.

Notifications You must be signed in to change notification settings

Dereemii/React-Vite-BoilerPlate

Repository files navigation

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

About

React Vite boilerplate: includes scripts for development, building, and previewing the application. It also has linting and formatting scripts to maintain code quality and style.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published