by Laurence Trippen
- TypeScript with extra Type-Checking step (not only transpiling...)
- Babel
- Jest
- React Testing Library
- SCSS
- PostCSS with Tailwind
- ESLint?
- Prettier?
- Cypress?
- Storybook?
- For
Vanilla CSS
use main branch. - For
SCSS
checkout feature/scss branch. - For
Post CSS & Tailwind
checkout feature/postcss branch.
npm i
# for development
npm run dev
# for production
npm run build
# for Jest unit-testing
npm test