RasCarlito / next-brew

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

Home Page:https://next-brew.carlogren.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

https://next-brew.carlogren.com


Languages

Language:JavaScript 86.4%Language:CSS 13.6%