项目作者: TrigenSoftware

项目描述 :
Favicons generator web app.
高级语言: TypeScript
项目地址: git://github.com/TrigenSoftware/favicons-app.git
创建时间: 2020-02-02T06:39:14Z
项目社区:https://github.com/TrigenSoftware/favicons-app

开源协议:MIT License

下载


favicons-app

Dependencies status
Build status
Dependabot badge
Storybook badge
Documentation badge

Favicons generator web app.

Available scripts

  1. # Lint only styles
  2. yarn lint:styles
  3. # Lint only scripts
  4. yarn lint:scripts
  5. # Lint all sources
  6. yarn lint
  7. # Run tests with Jest
  8. yarn jest
  9. # Run type checking
  10. yarn typecheck
  11. # Run lint, tests and build
  12. yarn test
  13. # Generate docs for TypeScript sources
  14. yarn build:docs
  15. # Start Storybook
  16. yarn start:storybook
  17. # Build standalone Storybook bundle
  18. yarn build:storybook
  19. # Start development server
  20. yarn start
  21. # Build our bundle for production
  22. yarn build
  23. # Serve files from `build` directory
  24. yarn serve

Environment variables

To be able to build this app, you should provide some environment variables:

Optional variables:

  1. DISABLE_BROWSER_SYNC=false # boolean; `false` by default

You can create .env in project root with this variables.

This project generated with generator-trigen-app