|
|
||
|---|---|---|
| build | ||
| config | ||
| public | ||
| scripts | ||
| src | ||
| .gitignore | ||
| README.md | ||
| package.json | ||
| tsconfig.json | ||
| yarn.lock | ||
README.md
项目创建和运行
- npm install create-react-app -g
- create-react-app your-project-name --template typescript
- 调出默认的 webpack 配置文件,运行 npm run eject
- npm run start 运行项目