Project developed as part of Vue School's Vuex for Everyone Course. The goal was to learn and practice how to manage an app's state using Vuex. The topic was a shopping cart for an online store.
1 - Clone repo:
git clone https://github.com/porziopablo/vuex-for-everyone-course.git
2 - Install dependencies:
npm install
3 - Run on port 8080
:
npm run dev