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.
- Host: GitHub
- URL: https://github.com/robertoachar/monorepo-koa-react
- Owner: robertoachar
- License: mit
- Created: 2019-05-09T12:58:07.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-09T18:36:59.000Z (about 7 years ago)
- Last Synced: 2025-04-07T10:24:56.680Z (about 1 year ago)
- Topics: koa, monorepo, node, react, yarn, yarn-workspaces
- Language: JavaScript
- Homepage:
- Size: 178 KB
- Stars: 11
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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