MSakamaki / scully-homepage

1 stars 0 forks source link

WebPage

released

development

npx concurrently "npm start" "port=3333  npm start api" --names 'WEBPAGE,API'

e2e testing

# headless run
docker-compose -f .docker/e2e/docker-compose.yml up --build
# watch debugging
npx concurrently "npx nx e2e homepage-e2e --watch" "port=3333  npm start api" --names 'E2E,API'

storybook

npx nx run shared-ui:storybook

scully development

npm run build && npm run scully && npm run scully:serve