Skip to main content

Creating the Initial Issues

Break the project into small architectural milestones.

Examples:

  1. Issue #1: Bootstrap Application
  2. Issue #2: Install Required Libraries
  3. Issue #3: Setup SCSS Framework
  4. Issue #4: Setup Storybook
  5. Issue #5: Setup Vitest
  6. Issue #6: Create First Atom
  7. Issue #7: Create First Molecule
  8. Issue #8: Create First Organism
  9. Issue #9: Create First Domain
  10. Issue #10: Create First Service

Keep issues small.


Mini Exercise

Draft the first three issues you would create for a new front-end project.

Example

An initial sequence could be:

  1. bootstrap the application
  2. set up Storybook and testing
  3. create the first reusable atom