Skip to content

online-edu/react-beer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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