Skip to content

Latest commit

 

History

History
executable file
·
20 lines (16 loc) · 796 Bytes

README.md

File metadata and controls

executable file
·
20 lines (16 loc) · 796 Bytes

Cocktails App

Tools Used

Getting Started

  • 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.