Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 497 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 497 Bytes

Exchange-Calc

Requirements

Backend

Install

Go to backend directory and run from terminal npm install

Run

node server.js

Frontend

Install

Go to frontend directory and run from terminal npm install after that grunt build-dev. If u want build production app type in ur terminal grunt build-prod

Run

grunt run-server