deizianens / next-js-boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About


Languages

Language:TypeScript 48.0%Language:CSS 21.1%Language:JavaScript 19.9%Language:Handlebars 10.3%Language:Shell 0.8%