A React and Next.js boilerplate for websites, blogs, and stores.
- vDOM using React
- Static-rendering with Next.js
- Typing with Typescript
- Accessibility checking with A11y
- Design previews with Storybook
- Linting with ESLint
- Formatting with Prettier
- Linting, typechecking and formatting on by default using husky for commit hooks
Install it and run:
npm install
npm run dev
# or
yarn
yarn dev