Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.18 KB

README.md

File metadata and controls

29 lines (22 loc) · 1.18 KB

CG Beer App (ReactJS)

A sample app which is built using ReactJS v16, Bootstrap v4, SCSS, HTML and JavaScript. Building tool is Webpack.

Demo

Visit https://react-beers-cg.herokuapp.com

Run app locally

  1. Install NodeJS
  2. Install any good IDE of your choice e.g. Visual Studio Code
  3. Launch VS Code and open this project (after either by cloning or downloading)
  4. Open terminal (if VS Code Ctrl-backtick)
  5. Install dependencies:
    1. App dependencies - npm install or yarn install
  6. Run the app
    1. Serve - npm start or yarn start
    2. Visit - localhost:8080
  7. Build the app
    1. Build - npm run build or yarn build
    2. Check ./dist folder
  8. Please download CORS extension, if not already, and enable it (because of BreweryDB API).

Enhancement

  • Redux
  • IndexDB
  • Webpack environment based configuration