A sample app which is built using ReactJS v16, Bootstrap v4, SCSS, HTML and JavaScript. Building tool is Webpack.
Visit https://react-beers-cg.herokuapp.com
- Install NodeJS
- Install any good IDE of your choice e.g. Visual Studio Code
- Launch VS Code and open this project (after either by cloning or downloading)
- Open terminal (if VS Code
Ctrl
-backtick
) - Install dependencies:
- App dependencies -
npm install
oryarn install
- App dependencies -
- Run the app
- Serve -
npm start
oryarn start
- Visit -
localhost:8080
- Serve -
- Build the app
- Build -
npm run build
oryarn build
- Check
./dist
folder
- Build -
- Please download CORS extension, if not already, and enable it (because of BreweryDB API).
- Redux
- IndexDB
- Webpack environment based configuration