Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skycloud1030/react-antd
ant-design usage
https://github.com/skycloud1030/react-antd
antd react
Last synced: 11 days ago
JSON representation
ant-design usage
- Host: GitHub
- URL: https://github.com/skycloud1030/react-antd
- Owner: skycloud1030
- License: mit
- Created: 2019-11-13T02:14:19.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T00:47:56.000Z (almost 2 years ago)
- Last Synced: 2024-10-12T07:08:09.407Z (27 days ago)
- Topics: antd, react
- Language: JavaScript
- Homepage: https://skycloud1030.github.io/react-antd/
- Size: 3.11 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
React Antd 入門文件
## 相關文件
- This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app)
- A UI Design Language and React UI library [antd](https://ant.design/components/card/)
- A declarative, efficient, and flexible JavaScript library for building user interfaces [react](https://reactjs.org/)## Demo
- [preview](https://skycloud1030.github.io/react-antd/)
- [code](https://github.com/skycloud1030/react-antd/blob/master/src/App.js)## 安裝
- 需要安裝 Node.js
- 需要安裝相關套件```sh
npm install || yarn install
```## 網站啟動
- 會啟動 sever 做測試頁面
- http://localhost:5000/
- port 可在 .env 修改```sh
npm start
```## 網站實際輸出
- 會壓縮 && 最小化程式碼
```sh
npm run build
```