Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brandonxiang/vite-antd-starter
A simplest template to buil admin portal project with vite + react + antd
https://github.com/brandonxiang/vite-antd-starter
Last synced: 16 days ago
JSON representation
A simplest template to buil admin portal project with vite + react + antd
- Host: GitHub
- URL: https://github.com/brandonxiang/vite-antd-starter
- Owner: brandonxiang
- Created: 2022-09-25T08:13:35.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-07T04:43:14.000Z (6 months ago)
- Last Synced: 2024-05-08T00:17:57.454Z (6 months ago)
- Language: TypeScript
- Homepage:
- Size: 277 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Awesome Starter
## Why do you use this template
This template is a simplest solution to start up an new SPA.
## What is the key web framework for this template
- [React](https://react.dev/)
- [React Router](https://reactrouter.com/en/main)
- [Antd](https://ant.design/index-cn)
- [Vite](https://vitejs.dev/)
- [TypeScript](https://www.typescriptlang.org/)## Start Up
Please use [degit](https://github.com/Rich-Harris/degit) to download template
```bash
#
mkdir your-project-name
cd your-project-name
npx degit brandonxiang/vite-antd-starter# or
npx degit brandonxiang/vite-antd-starter your-project-name
```## How to Develop
```shell
pnpm i
``````shell
pnpm run dev# http://localhost:3000/
```## How to Build
```shell
# live
pnpm run build
```## Project Management
- [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/master/%40commitlint/config-conventional#rules)
- [huksy](https://typicode.github.io/husky/)
- [eslint](https://eslint.nodejs.cn/)
- [prettier](https://prettier.io/)