stephane-r / foody

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

foody

Scripts

  • yarn test - Run unit tests in watch mode.
  • yarn build:ui - Build UI project, so that other projects can import the new components.
  • yarn build:web - Build web project to be deployed.
  • yarn start:web - Run web and UI projects on watch mode. All changes to UI will trigger reload on web.
  • yarn build:admin - Build admin project to be deployed
  • yarn start:admin - Run admin and UI projects on watch mode. All changes to UI will trigger reload on admin.
  • yarn build:storybook - Build storybook project to be deployed
  • yarn start:storybook - Run storybook and UI projects on watch mode. All changes to UI will trigger reload on storybook.
  • yarn start:cypress - Run e2e tests with cypress.

About


Languages

Language:TypeScript 74.4%Language:JavaScript 10.7%Language:HTML 4.0%Language:Objective-C 3.0%Language:Ruby 2.0%Language:Java 1.9%Language:Starlark 1.4%Language:Makefile 1.0%Language:Shell 0.8%Language:Dockerfile 0.5%Language:CSS 0.2%