Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 405 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 405 Bytes

Vue Rating System ⭐️

Vue.js SPA that posts a request to an API, including rating and review.

📺 Live version: https://vue-rating-system.herokuapp.com/

Project setup

# clone repository
git clone https://github.com/igoortc/vue-rating-system.git

# install dependencies
npm install

Running the application

# compiles and hot-reloads for development
npm run dev