Creating the Initial Issues
Break the project into small architectural milestones.
Examples:
- Issue #1: Bootstrap Application
- Issue #2: Install Required Libraries
- Issue #3: Setup SCSS Framework
- Issue #4: Setup Storybook
- Issue #5: Setup Vitest
- Issue #6: Create First Atom
- Issue #7: Create First Molecule
- Issue #8: Create First Organism
- Issue #9: Create First Domain
- 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:
- bootstrap the application
- set up Storybook and testing
- create the first reusable atom