My personal template using the following technologies:
- Next.js + PWA
- Typescript
- Storybook v6+
- React.js
- Styled Components
- Jest + React Testing Library
- Eslint + Prettier + Editorconfig
yarn create next-app -e https://github.com/dutradotdev/my-boilerplate- Change the manifest.json before use
- Delete the initial component, snapshot and test
yarn generate <component_name>This will create:
- index.tsx
- style.ts
- tests.tsx
- stories.tsx
yarn devyarn buildyarn startyarn lintyarn test
yarn test:watchyarn storybookyarn build-storybook