Ecosyste.ms: Awesome

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

https://github.com/saojs/sao-react

Scaffold out a React app.
https://github.com/saojs/sao-react

generator sao

Last synced: 4 days ago
JSON representation

Scaffold out a React app.

Lists

README

        

# sao-react

[![npm version](https://badgen.net/npm/v/sao-react)](https://npm.im/sao-react) [![npm downloads](https://badgen.net/npm/dt/sao-react)](https://npm.im/sao-react) [![circleci](https://badgen.net/circleci/github/saojs/sao-react/master)](https://circleci.com/gh/saojs/sao-react/tree/master)

> Scaffolding out a React app which is zero-config by default, bundled with [Poi](https://poi.js.org).

## Usage

Install [SAO](https://github.com/saojs/sao) first.

```bash
yarn global add sao
# or
npm i -g sao
```

### From npm

```bash
sao react my-project
```

### From git

```bash
sao egoist/sao-react my-project
```

## License

MIT © [EGOIST](https://egoist.sh)