This is a React boilerplate built with NextJs.
- TypeScript
- NextJS
- Styled Compontents
- Jest
- React Testing Library
- Storybook
- ESLint
- Prettier
- Husky
- Dependabot
-
Clone this repository
git clone https://github.com/luizeboli/hypa-nextjs-boilerplate
-
Install all dependencies
npm install
# or
yarn
- Start the development server
npm run dev
# or
yarn dev
This boilerplate was built as part of the React Avançado course by Willian Justen