Next.js Starter

This project uses Next.js, Jest, Enzyme, Babel and Yarn.

Installation

$ yarn install

Running the app

$ yarn run dev

Thest the app

$ yarn test

Genereate test snapshot

$ yarn test -- -u

Running in production

$ yarn start