A small demo project that lists Belgian beers and allows users to rate them.
It is running on heroku, you can find it here
- Clone this repo
git clone https://github.com/anomaly44/belgianbeers.git
- Go to the appropriate directory:
cd belgianbeers
- Run
yarn
ornpm install
- Run
yarn run dev
ornpm run dev
to start the devserver. - Navigate to
http://localhost:8080
to see the app.
yarn start
start the production server (postinstall script should have taken care of the build, if not runyarn build
first)yarn dev
start the dev serveryarn test
to run some small testsyarn lint
to run eslint (using AirBnB config)
- React
- Webpack
- ES6/ES7
- babel
- reactstrap (Bootstrap 4)