Nextjs - Typescript - Styled-Components - SWC - Jest | testing-library - Storybook - Github Actions - Eslint - Prettier
These instructions will get you a comfy and solid start for your project.
You will need to have:
npm (Node Package Manager)
How to start your project: Use as a template (recommended) | Download | Pull | Fork this repo.
Then install dependencies.
npm i
Now you have all devDependencies and dependencies the project need.
Put your github account on CODEOWNERS
file inside .github
folder.
You can edit or delete the config of ./.github/workflows
in case you want your own configuration or you don't want it one.
For development run
npm run dev
For storybook run
npm run storybook
For tests run
npm run test