Skip to content

MaxHiit/random-cocktails-app

Repository files navigation

Vue JS Random Cocktails App

A Vue 3 and GSAP App with API from The Cocktails Database

live demo

Uses the following technologies:

Build Setup

# Install dependencies
$ npm install

# Compile and Hot-Reload for Development at localhost:5173
$ npm run dev

# Compile and Minify for Production
$ npm run build
$ npm start

# Lint with [ESLint](https://eslint.org/)
$ npm run lint

For detailed explanation on how things work, checkout Vite Configuration Reference.