For all your tractoring needs!
- Next.js
- React.js
- Storybook (For UI Components)
- jest (Util Unit Test)
npm i
npm run dev
npm run build
npm run start
The following structure is used for developing both components
as well as sections
:
.
├── ...
├── {ComponentName} # Name of Component
│ ├── {Component}.tsx # Component
│ ├── Style.scss # Related SASS file for Component
└── ...
This project uses Husky pre-commit hooks
.
The following is executed before a commit is made:
- Tests
- Linter (Eslint)
- Formatter (Prettier)
- Build