Skip to content

react,react18,vite,vite3,antd5.x,ts,redux搭建的后台管理模版

License

Notifications You must be signed in to change notification settings

A-ANing/react-admin-vite-antd5

 
 

Repository files navigation

React TypeScript template with Vite

This is a React + TypeScript boilerplate built with Vite.

What's inside?

Getting started

  1. Create the project.

    git clone https://github.com/frontend-winter/react-admin-vite-antd5
  2. Access the project directory.

    cd react-admin-vite-antd5
  3. Initialize a git repository.

    git init
  4. Install dependencies.

    npm install
  5. Start dev server with hot reload at http://localhost:5793.

    npm run dev

Recommended VS Code extensions

Other commands

Lint commands

npm run lint

Build commands

npm run build

Run the app in production mode at http://localhost:5793.

npm run serve

Test commands

  • Run unit tests and watch
    npm run test:unit
  • Run unit tests with coverage
    npm run test:unit:coverage
  • Run e2e tests
    npm run test:e2e

License

This project is licensed under the MIT License.

About

react,react18,vite,vite3,antd5.x,ts,redux搭建的后台管理模版

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 81.3%
  • SCSS 12.7%
  • JavaScript 3.3%
  • CSS 1.8%
  • HTML 0.9%