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.
- Host: GitHub
- URL: https://github.com/robertoachar/monorepo-jest-mongodb
- Owner: robertoachar
- License: mit
- Created: 2020-01-06T23:26:07.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-10T17:25:50.000Z (over 6 years ago)
- Last Synced: 2025-04-07T10:24:56.654Z (over 1 year ago)
- Topics: jest, mongodb, monorepo
- Language: JavaScript
- Size: 102 KB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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