/cocktails

Explore cocktails

Primary LanguageJavaScript

Cocktails App

  • App to explore the cocktails.

Tools Used

Getting Started

  • Clone the repository.
  • Change into the cloned repository directory.
  • Install dependancies 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.