Docker setup for yarn workspaces

This page summarizes the projects mentioned and recommended in the original post on dev.to

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • lerna

    :dragon: Lerna is a fast, modern build system for managing and publishing multiple JavaScript/TypeScript packages from the same repository.

  • As monorepos seem to be having their moment in the developer community right now, we can see quite a bit of new monorepo tools popping up. npm recently announced npm workspaces with version 7, Nx has been gaining a lot popularity and lerna has been around for quite a while now. I use yarn in most of my projects now, and thought it would be fun to explore yarn workspaces with a simple monorepo setup.

  • yarn-worspace-docker

    A Yarn workspace with two React apps and a component library, with docker and docker-compose configuration for orchestration

  • The source code for this setup can be found here

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • berry

    πŸ“¦πŸˆ Active development trunk for Yarn βš’

  • As monorepos seem to be having their moment in the developer community right now, we can see quite a bit of new monorepo tools popping up. npm recently announced npm workspaces with version 7, Nx has been gaining a lot popularity and lerna has been around for quite a while now. I use yarn in most of my projects now, and thought it would be fun to explore yarn workspaces with a simple monorepo setup.

  • nx

    Smart Monorepos Β· Fast CI

  • As monorepos seem to be having their moment in the developer community right now, we can see quite a bit of new monorepo tools popping up. npm recently announced npm workspaces with version 7, Nx has been gaining a lot popularity and lerna has been around for quite a while now. I use yarn in most of my projects now, and thought it would be fun to explore yarn workspaces with a simple monorepo setup.

  • Docker Compose

    Define and run multi-container applications with Docker

  • We want to go a bit further and add in an orchestration step using docker-compose

  • create-react-app

    Set up a modern web app by running one command.

  • We're going to be adding two React applications to this project namely admin and product. I'm using Create React App to scaffold our apps.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Recommendations for lerna/yarn mono repos?

    5 projects | /r/typescript | 14 Mar 2023
  • Better React Micro Frontends w/ Nx

    5 projects | dev.to | 14 Sep 2021
  • πŸ‘₯ Reproducible Nx Workspace with HugeNx’s Conventions

    3 projects | dev.to | 4 May 2024
  • πŸ’ Cherry-Picked Nx v18.3 Updates

    2 projects | dev.to | 20 Apr 2024
  • πŸ’ Cherry-Picked Nx v18.1 Updates

    1 project | dev.to | 5 Apr 2024