Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 491 Bytes

File metadata and controls

15 lines (12 loc) · 491 Bytes

Project Setup

Please use the following version of tools for this project - NodeJS - 10.x npm - 6.x expressjs - 4.x

To setup project on your local machine, run these commands in terminal - git clone <your-forked-project-link> cd knowledge-explorer npm install npm run serve

Following this, you must see the following message (or similar) in your terminal - Server running at port - 3000. Visit "http://localhost:3000/" to see app in action.