An open API service indexing awesome lists of open source software.

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例子

Awesome Lists containing this project

README

          

# typescript + react + webpack Hello world

## 运行项目

安装

```bash
yarn
```

启动

```bash
yarn run dev-server
```

打开页面: `http://localhost:9050/`