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

https://github.com/virgoone/react-template

一个 react 项目模板
https://github.com/virgoone/react-template

Last synced: 3 months ago
JSON representation

一个 react 项目模板

Awesome Lists containing this project

README

        

# 这是一个 React 项目模板

## Getting Started

Install dependencies,

```bash
$ yarn
```

Start the dev server,

```bash
$ yarn start
```

Build library via `father-build`,

```bash
$ npm run build
```