Skip to content

Latest commit

 

History

History
47 lines (36 loc) · 1.28 KB

README.md

File metadata and controls

47 lines (36 loc) · 1.28 KB

npm version npm downloads GitHub issues GitHub PRs MIT license

Installation

$ yarn add @rootsher/react-core

Future Features

  • fetch
  • i18n
  • time
  • routing
  • helpers
  • ...TBA

Commands

$ yarn test

Next steps

  1. TypeScript configuration
  2. Tests setup
    1. @testing-library/react
  3. Add .editorconfig
  4. Configure eslint
  5. Add husky and lint-staged
  6. Make package installable (npm)
  7. Repository cleanup
  8. Create library structure
  9. GitHub Actions - running tests
  10. Write first core feature (TBA)
  11. ...TBC

Authors