Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/reactant/reactant-base-example

Just reactant base example
https://github.com/reactant/reactant-base-example

Last synced: about 2 months ago
JSON representation

Just reactant base example

Awesome Lists containing this project

README

        

This project was created with [Reactant CLI](https://github.com/unadlib/reactant/tree/master/packages/reactant-cli).

### Development

```sh
yarn start
```

Runs the app in the development mode, and open [http://localhost:7000](http://localhost:7000) to view it in the browser.

### Build

```sh
yarn build
```

Build the project, and build files are stored in the `dist/` directory. Use the `--mode=production` flag for a production build.

### Test

```sh
yarn test
```

Running unit tests via [jest](https://jestjs.io).