https://github.com/hunghg255/rsbuild-react-antd
Rsbuild React Typescript Antd
https://github.com/hunghg255/rsbuild-react-antd
Last synced: 2 months ago
JSON representation
Rsbuild React Typescript Antd
- Host: GitHub
- URL: https://github.com/hunghg255/rsbuild-react-antd
- Owner: hunghg255
- Created: 2023-11-08T10:32:06.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-04-20T10:38:21.000Z (6 months ago)
- Last Synced: 2025-04-20T12:05:31.473Z (6 months ago)
- Language: TypeScript
- Size: 1.18 MB
- Stars: 13
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Getting Started
First, run the development server:
```bash
# Install package
npm install# Run development server
npm run dev# Run production server
npm run build
npm run preview
```## Gen Icon
```js
1. Copy file svg to `public/svgIcon`
2. Run command: `npm run gen-icon`
3. Check component `Icon` in `src/components/UI/IconFont/Icon.tsx`
4. View icon in `http://localhost:3000/public/svgtocss/icon-demo.html`
```## Commit Convention
[commit-convention](.github/commit-convention.md)
## Library Docs
```md
1. Rsbuild: https://rsbuild.dev/2. State management Reactjs: https://jotai.org/
3. Library UI: https://ant.design
4. Library for request api: https://www.npmjs.com/package/umi-request
5. Library Multiple Language: https://react.i18next.com/
6. Library Hooks popular: https://ahooks.js.org/
7. Library dayjs: https://day.js.org/
8. Processing CSS: https://sass-lang.com/guide
9. Routing: https://reactrouter.com/
``````md
Debug Form: https://www.npmjs.com/package/antd-form-devtools
```