/next-brew

A Next.js application listing Brewdogs beers using the Punk API

Primary LanguageJavaScript

next-brew

A demo application using Next.js to display Brewdog beers using Punk API.

You can see the result here.

This was developed as an example to showcase Next.js at the React Nantes meetup. The presentation was a live coding developing a simpler version of this site.

Thanks to:

  • Next.js for an awesome framework wrapping React
  • punkapi.com for listing all of the awesome Brewdog beer recipes
  • bulma.io for an awesome css framework

Installation

npm install

Running

In dev mode

npm run dev

Build for production

npm run build

Run production server

npm start