Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blazeisclone/nodejs-sandbox
🪣 NodeJS applications & packages sandbox monorepo.
https://github.com/blazeisclone/nodejs-sandbox
docker nodejs typescript
Last synced: about 1 month ago
JSON representation
🪣 NodeJS applications & packages sandbox monorepo.
- Host: GitHub
- URL: https://github.com/blazeisclone/nodejs-sandbox
- Owner: BlazeIsClone
- Created: 2022-11-09T18:07:07.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-24T01:41:29.000Z (about 2 years ago)
- Last Synced: 2024-11-02T00:24:54.665Z (3 months ago)
- Topics: docker, nodejs, typescript
- Language: TypeScript
- Homepage:
- Size: 10.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NodeJS Sandbox Monorepo
[![Turborepo](https://img.shields.io/badge/turborepo-EF4444?style=for-the-badge&logo=turborepo&logoColor=white)](https://turbo.build/)
[![Typescript](https://img.shields.io/badge/typescript-%23007ACC.svg?style=for-the-badge&logo=typescript&logoColor=white)](https://www.typescriptlang.org/)
![Docker](https://img.shields.io/badge/docker-%230db7ed.svg?style=for-the-badge&logo=docker&logoColor=white)Components as packages and servers as applications.
## Commands
Start in development mode (with live reload)
```bash
npm run dev:docker
```