Skip to content

Andrey-Pavlov/BeerInDaHood

Repository files navigation

Beer In Da Hood

---------------

----------

Enjoy the best beer in the World!

Features of this web app with featured beer:

  • Angular2 with all optimizations (Ahead-of-Time, Treeshaking)
  • Configured NGINX with both http/https (self-signed certificate)
  • After build GZIP 9 compression of assets and files
  • Using brewerydb API throw NGINX proxy_pass
  • Home with weekly featured beer, top brands, all featured beer
  • Dynamic title changing
  • Preloader
  • Beer thematic background

Icons for organic and not organic beer are included!

Check this screenshots of full pages: Home, Beer


How to start:

Install modules: npm install

Dev: npm run build:dev

Prod: npm run build:aot:prod

Server: npm run server:prod