GithubHelp home page GithubHelp logo

react-monorepo's Introduction

react-mono

the react-app inside this workspace are generated using this repository template

Joao paulo moraes boilerplate


Official documentation of pnpm workspace

How to create monorepo using pnpm workspace

  1. create root folder to maintain packages

  2. add pnpm-workspace.yaml to define workspace configuration

  3. create new folder based on your workspace

  4. try create project inside the folder you define in workspace configuration

  5. run pnpm install in root workspace

How to install module

  1. in your package.json file, add your module name based on name field in package.json file
{
    "dependencies": {
        "@your/workspace/module": "workspace:^"
    }
}
  1. run pnpm install in your root workspace

Tailwind classes not applied when export component

Tailwind classes are being purged when you export the component outside of your module. Include your module into contents array in tailwind.config.

See example

Will Liu post about configuring tailwind configuration

Export module using exports field

When you want to export module inside workspace, you can use exports field in package.json file.

See example

Official documentation of using exports field

react-monorepo's People

Contributors

nathanaelsanilo avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.