Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hairyf/react-demo
https://github.com/hairyf/react-demo
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/hairyf/react-demo
- Owner: hairyf
- Created: 2021-08-30T11:26:35.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T20:19:13.000Z (about 1 year ago)
- Last Synced: 2024-10-03T08:21:01.294Z (3 months ago)
- Language: TypeScript
- Size: 378 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-demo
项目技术栈采用
- react-ts
- react-router-dom
- tailwind
- @material-ui/core
- [@tuimao/eslint](https://github.com/TuiMao233/tuimao-scope/tree/master/packages/_eslint#readme)
- [@tuimao/tailwind](https://github.com/TuiMao233/tuimao-scope/tree/master/packages/_tailwind#readme)
- [@tuimao/core](https://github.com/TuiMao233/tuimao-scope)至于 redux ,没有什么共用数据就不用了。
可用脚本参考下方命令。
本来打算 umi 做的,后面才想到就算了。## Available Scripts
In the project directory, you can run:
### `yarn start`
Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.The page will reload if you make edits.\
You will also see any lint errors in the console.### `yarn test`
Launches the test runner in the interactive watch mode.\
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.### `yarn build`
Builds the app for production to the `build` folder.\
It correctly bundles React in production mode and optimizes the build for the best performance.The build is minified and the filenames include the hashes.\
Your app is ready to be deployed!See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.
## Learn More
You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).
To learn React, check out the [React documentation](https://reactjs.org/).