Skip to content

feMoraes0/starbucks-landing-page

Repository files navigation

Starbucks Landing Page

📹 Video

🚀 Knowledges

  • VueJS 3
  • Vue Animations: applied with vuejs transition tag and css classes.
  • Unit test: applied with jest implementation for VueJS called vue-jest.
  • Conventional Commits: currently newbie on it, but applying to learn.

📎 Useful Links

📖 How to use

To clone and run this application, you'll need Git and Vue.JS installed on your computer. From your command line:

# Clone this repository
$ git clone https://github.com/feMoraes0/starbucks-landing-page.git

# Go into the repository
$ cd starbucks-landing-page/

# Install dependencies
$ npm install

# Run the project
$ npm run serve

# Run the unit tests
$ npm run test:unit

📫 Contact