@formicarium/frontend-monorepo
v1.0.5
Published
On the project root: ``` yarn install ```
Downloads
1
Keywords
Readme
- 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.