Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1.05 KB

TODOS.md

File metadata and controls

30 lines (23 loc) · 1.05 KB

Important

  • Create a working blueprint for a TS project with jest, testing-library, redux, router
  • Split the blueprint and create two base blueprints: JavaScript and TypeScript

Stage 1 - Blueprints

  • Create a blueprint for PWA support
  • Create a blueprint for Router support
  • Create a blueprint for Redux support
  • Create a blueprint for ESLint + Prettier support
  • Create a blueprint for Jest support
  • Create a blueprint for Cypress support

Stage 1 - Dependencies

  • Create a deps file for PWA support
  • Create a deps file for Router support
  • Create a deps file for Redux support
  • Create a deps file for ESLint + Prettier support
  • Create a deps file for Jest support
  • Create a deps file for Cypress support

Planned further development

  • Add support for ESLint with Prettier and Airbnb config + Typescript
  • Consider adding PropTypes feature to JS base
  • Consider adding additional CSS Frameworks
  • Consider adding Storybook feature
  • Consider preferred "Streamed imports"