cd banka-front
npm install
npm start # starts UI
npm run storybook # starts StorybookFor Windows hot reload isn't working. See this issue for more information.
cd banka-front
docker compose up --buildOnce the app is up and running it can be accessed at:
- UI
localhost:3000 - Storybook
localhost:6006