Boilerplate NextJS

Boilerplate for a NextJS project with:

  • Typescript
  • Jest
  • React Testing Library
  • Storybook
  • Styled Components
  • Eslint
  • Prettier
  • Husky

To use this boilerplate, do:

yarn create next-app -e https://github.com/grrl/next-js-boilerplate

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.