A boilerplate to not start your next React project from the scratch.
- TypeScript
- Next.js
- styled-components
- Tailwind CSS
- Twin
- Material UI
- Jest
- React Testing Library
- Storybook
- ESLint
- Prettier
- Husky
Execute create-next-app
with npm or Yarn to bootstrap the example:
npx create-next-app --example https://github.com/lguima/react-boilerplate
# or
yarn create next-app --example https://github.com/lguima/react-boilerplate
Project created by @lguima for the course React Avançado by Willian Justen.
Code under license GPL-3.0.