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

https://github.com/robertoachar/monorepo-koa-react

A playground for Monorepo with Koa and React.
https://github.com/robertoachar/monorepo-koa-react

koa monorepo node react yarn yarn-workspaces

Last synced: 8 months ago
JSON representation

A playground for Monorepo with Koa and React.

Awesome Lists containing this project

README

          

# Monorepo Koa and React

[![License][license-badge]][license-url]

> Monorepo for Koa and React.

# Development

- Clone the repo

```bash
$ git clone https://github.com/robertoachar/monorepo-koa-react.git
```

- Install dependencies

```bash
$ yarn install
```

- Run scripts

| Action | Usage |
| ---------------------- | ------------------- |
| Start development mode | `yarn start` |
| Lint code | `yarn lint` |
| Start server | `yarn start:server` |
| Lint server | `yarn lint:server` |
| Start web | `yarn start:web` |
| Lint web | `yarn lint:web` |

# Author

[Roberto Achar](https://twitter.com/robertoachar)

# License

[MIT](https://github.com/robertoachar/monorepo-koa-react/blob/master/LICENSE)

[license-badge]: https://img.shields.io/github/license/robertoachar/monorepo-koa-react.svg
[license-url]: https://opensource.org/licenses/MIT