Project using Next.js.
![]() |
![]() |
![]() |
- TypeScript
- NextJS
- Styled Components
- Jest
- React Testing Library
- Storybook
- Eslint
- @alquipo/eslint-config
- Prettier
- Husky
- git-commit-msg-linter
- PlopJS
dev: Executes the application atlocalhost:3001build: Generates projects buildstart: Starts production folder .nextlint: Execute Lint in all componentstest: Execute Jest in all componentstest:watch: Execute Jest in watch modestorybook: Execute Storybook inlocalhost:6006build-storybook: Generate a local build of storybookgenerate: Generate a new Component
To run this application you have to install Git and NodeJs in your computer.
$ yarn install
$ yarn dev#Generate a complete component (index.tsx / stories.tsx / styles.ts / test.tsx)
$ yarn generate ComponentName

