A simple webapp that allows you to search for alcoholic and non alcoholic drinks, see what ingredients they have, what kind of glass they are served in, and how they are prepared.
The stack used is: React.js as JavaScript framework and Bulma as CSS framework.
- clone this repo
git clone https://github.com/sanjmen/drinkfinder
- change to repo directory
cd drinkfinder
- install dependencies
npm install
- run the app in the development mode
npm start
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
Checkout: https://facebook.github.io/create-react-app/docs/deployment