Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@flagbit/ggm-components

marlongehringer3ISC0.9.11

Frontend Components

readme

GGM-Components

Initialization

1. Start Docker

docker-compose up -d --build

2. Install dependencies

docker-compose run --rm node yarn install

2. Access

Now you should be able to call http://localhost where the app is running.

Code Style

docker-compose run --rm node yarn lint

Fix Typescript Code Style

We included helpers that can fix most of your code-style issues automatically. Of course your type-definitions (for example) need to be added manually.

To fix issues that the tools can fix for you, run:

docker-compose run --rm node yarn lint:typescript:fix

Tests

docker-compose run --rm node yarn test

Stop Docker

docker-compose run --rm node yarn stop

Publishing

You must increment the Version Number within the package.json.