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

https://github.com/robertoachar/monorepo-jest-mongodb

A playground for Monorepo with Yarn Workspaces, Jest and MongoDB.
https://github.com/robertoachar/monorepo-jest-mongodb

jest mongodb monorepo

Last synced: 9 months ago
JSON representation

A playground for Monorepo with Yarn Workspaces, Jest and MongoDB.

Awesome Lists containing this project

README

          

# monorepo-jest-mongodb

Generated by [Node Project Generator](https://github.com/robertoachar/generator-node).

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

> A playground for Monorepo with Yarn Workspaces, Jest and MongoDB.

## Development

- Clone the repo

```bash
$ git clone https://github.com/robertoachar/monorepo-jest-mongodb.git
```

- Install dependencies

```bash
$ npm install
```

- Run scripts

| Action | Usage |
| ---------------------- | -------------- |
| Start development mode | `npm start` |
| Lint code | `npm run lint` |

## Author

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

## License

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

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