Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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
```