frontend-monorepo

1.0.1 • Public • Published


Formicarium

  • CLI
  • Electron UI
  • Common

Setup

On the project root:

yarn install

Developing

Everything is watched/hot reloaded. You don't need to worry about anything

CLI

cd packages/cli
yarn link

UI

cd packages/ui
yarn dev:electron

On another shell:

yarn start:electron

Or you can develop for browser:

yarn dev:browser

This will automatically open your browser

Common

Just add code there and import it on any other package/app. If this package/app lives inside the monorepo (just like UI and CLI), you will always get the latest code version on your imports.

Tools

Anything installed here will be available for the other packages inside the monorepo. Good things to be here: compilers (typescript), test runners (jest), linters (tslint), semantic-versioning stuff, etc.

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i frontend-monorepo

    Weekly Downloads

    3

    Version

    1.0.1

    License

    MIT

    Unpacked Size

    459 kB

    Total Files

    341

    Last publish

    Collaborators

    • rafaelcorreiapoli