/bookers-FE

This is the frontend of my project for CSC574 and CSC577 assignments

Primary LanguageVue

bookers-fe

How to run

  • Ensure you have node js installed
  • Clone this repository in your desktop directory
$ git clone https://github.com/muazwzxv/bookers-FE.git
  • Change directory into the source code
$ cd bookers-FE
  • Install all dependency needed
$ npm install
  • run the project
$ npm run serve