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

https://github.com/yanyuanfe/react-ts-app

React + TypeScript, like umi
https://github.com/yanyuanfe/react-ts-app

axios emotion react typescript unstated-next webpack

Last synced: 12 months ago
JSON representation

React + TypeScript, like umi

Awesome Lists containing this project

README

          

# react-ts-app

### 基于 React 和 TypeScript 的脚手架,开箱即用

> 快速开始react + ts 的项目

## 技术栈

* React17
* unstated-next
* TypeScript
* React-Router
* Webpack 5.x
* emotion 11 (CSS in JS)

## 快速开始

```bash
git clone https://github.com/YanYuanFE/react-ts-app
```

进入目录安装依赖:

```bash
cd react-ts-app
#国内用户推荐yarn或者cnpm
npm install 或者 yarn install
```

开发:

```bash
npm start
```

构建:

```bash
npm run build
```