Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 443 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 443 Bytes

99X Price Engine Web Application

Author: Hafeez Marzuk

Installation guide

  1. Install yarn on your computer. For mac brew install yarn
  2. Navigate to /nnx_price_engine-web/client directory
  3. Run the project yarn serve
  4. Access the application in the browser with http://localhost:8080 url

Additional notes

  • To install Vue cli yarn global add @vue/[email protected]
  • To create a new Vue project vue create -d project_name