Skip to content

FrontEnd Developer Manual

Peleg Yair edited this page Jun 24, 2018 · 1 revision

FrontEnd Developer Manual

In order to run the client-side vue part of the project you need to install nodeJS.

  1. Install nodeJS according to your OS in the following link: (no need to create an account or register) https://nodejs.org/en/download/current/
  2. Open a command line (cmd) and execute at the path: /cloned_path/FrontEnd (cloned_path is the path where you cloned your project from gitHub)
  3. execute the command 'npm install'. you should execute this command only after you clone a project. This command installs all packages related to vue and the packages that we chose to add like chartJs-vue.
  4. In order to run the client side properly you need to run first the server side so make sure that you are running the server side before continuing. 5.without running the server side we can not check our tokens and can not get info required like user name or graphs data. 6. Go again to the same path you went on step 3.
  5. Execute the command 'npm run dev'. this command will run the site.
  6. Open your browser and go to address 'localhost:8080'. you will see the site now.

Clone this wiki locally