Skip to content

Latest commit

 

History

History
56 lines (39 loc) · 1.27 KB

README.md

File metadata and controls

56 lines (39 loc) · 1.27 KB

Reactjs Starter

React + Vite

Management panel made with template provides a minimal setup to get React working in Vite with HMR, Ant Design, Tailwind, Axios, Router, Reqres and some ESLint + Prettier rules.

This README would normally document whatever steps are necessary to get your application up and running.

This template, utilizes:

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint

Prettier with Prettier

npm run format
  • or specific file
npx eslint-config-prettier {file_path}