@flagbit/ggm-components
v0.9.11
Published
Frontend Components
Downloads
5
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.