https://github.com/holybasil/reactdemosts
https://github.com/holybasil/reactdemosts
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/holybasil/reactdemosts
- Owner: Holybasil
- Created: 2019-05-07T07:07:19.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-07T07:09:49.000Z (about 6 years ago)
- Last Synced: 2025-03-21T00:13:42.923Z (2 months ago)
- Language: TypeScript
- Size: 252 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
##start up
```
yarn
yarn start
```
**Tips**
react-app-rewired 注意版本号@1 不要 @2
```bash
-"start": "react-scripts start"
+"start": "react-app-rewired start --scripts-version react-scripts-ts"
-"build": "react-scripts build"
+"build": "react-app-rewired build --scripts-version react-scripts-ts"
-"test": "react-scripts test"
+"test": "react-app-rewired test --env=jsdom --scripts-version react-scripts-ts"
```