0.0.2 • Published 3 years ago

@nogo0d-org/fe-bootstrap v0.0.2

Weekly downloads
-
License
MPL-2.0
Repository
github
Last release
3 years ago

fe-bootstrap

development instructions npm built package special thanks to @devexperts team for them amazing work ;) https://github.com/Devexperts

Development instructions

run development mode

yarn start

create optimized production build

yarn build

... run it:

yarn build:run

run tests

yarn test

check repository code integrity

yarn cicheck

check code linting rules

yarn lint

... fix it:

yarn lint:fix

play with demo components

yarn storybook

publish build in registry

yarn publish

stack:

  • typescript
  • react
  • rxjs
  • fp-ts
  • css modules
  • jest
  • eslint
  • storybook

conventions:

npm built package

The package in npm containx exclusively the production ready files to be served from a static HTTP server.

You can run it with yarn build:run, but for real production deplyment we recomend using somthing like nginx.