- App to explore the cocktails.
- view app here
- Create React App - bootstrapped the app.
- Reactjs - A JavaScript library for building user interfaces
- Clone the repository.
- Change into the cloned repository directory.
- Install dependencies with
npm install
. - Start the development server with
npm start
. - View project at http://localhost:3000 in your browser.
- Run tests with
npm test
- Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
- Launches the test runner in the interactive watch mode.