Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 861 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 861 Bytes

Belgian Beers App

A small demo project that lists Belgian beers and allows users to rate them.

Demo

It is running on heroku, you can find it here

Quick Start

  1. Clone this repo git clone https://github.com/anomaly44/belgianbeers.git
  2. Go to the appropriate directory: cd belgianbeers
  3. Run yarn or npm install
  4. Run yarn run dev or npm run dev to start the devserver.
  5. Navigate to http://localhost:8080 to see the app.

Available scripts

  • yarn start start the production server (postinstall script should have taken care of the build, if not run yarn build first)
  • yarn dev start the dev server
  • yarn test to run some small tests
  • yarn lint to run eslint (using AirBnB config)

Main libraries/technologies used

  • React
  • Webpack
  • ES6/ES7
  • babel
  • reactstrap (Bootstrap 4)