Best practices Next.js Boilerplate.
- Typescript & ESLint
- Styling in SCSS via TailwindCSS
- Preact Export Optimizations
- Storybook Integration
- GitHub Actions for dependency updates via dependabot
- Use ESLint, stylelint and Prettier on your IDE and before you commit with Husky and lint-staged.
- Next.js v12.3.0
- React v17.0.2
- Storybook v6.5.10
- Typescript v4.8.5
- TailwindCSS v3.1.8
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.