Author: Hafeez Marzuk
- Install yarn on your computer. For mac
brew install yarn
- Navigate to
/nnx_price_engine-web/client
directory - Run the project
yarn serve
- Access the application in the browser with
http://localhost:8080
url
- To install Vue cli
yarn global add @vue/[email protected]
- To create a new Vue project
vue create -d project_name