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 dev
yarn build
yarn start
yarn lint
yarn test
yarn test:watch
yarn storybook
yarn build-storybook