This is a boilerplate project for starting React applications with Vite.
Technologies used 👇:
- Clone the repository.
- Install dependencies using
npm install
.
- 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
.
- 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
.
- @types/react: ^18.0.37
- @types/react-dom: ^18.0.11
- @vitejs/plugin-react: ^4.0.0
- eslint: ^8.38.0
- eslint-plugin-react: ^7.32.2
- eslint-plugin-react-hooks: ^4.6.0
- eslint-plugin-react-refresh: ^0.3.4
- stylelint: ^15.9.0
- stylelint-config-standard-scss: ^10.0.0
- vite: ^4.3.9
👤 Leslie Herrera