https://github.com/baohaoyu/react-ts-hello-world
不基于脚手架,全面使用typescript写的react hello world例子
https://github.com/baohaoyu/react-ts-hello-world
demo hello-world react typescript webpack
Last synced: 3 months ago
JSON representation
不基于脚手架,全面使用typescript写的react hello world例子
- Host: GitHub
- URL: https://github.com/baohaoyu/react-ts-hello-world
- Owner: BaoHaoYu
- Created: 2019-10-28T00:27:54.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T11:06:56.000Z (over 3 years ago)
- Last Synced: 2025-04-09T20:15:53.836Z (about 1 year ago)
- Topics: demo, hello-world, react, typescript, webpack
- Language: TypeScript
- Size: 4.38 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# typescript + react + webpack Hello world
## 运行项目
安装
```bash
yarn
```
启动
```bash
yarn run dev-server
```
打开页面: `http://localhost:9050/`