Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 318 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 318 Bytes

building-exploratory

App for accessing the listed buildings in the borough of Islington

Running the app locally.

You will need to have node(8.6.0), npm(5.5.1) and mongodb(start the db server too) installed on your machine.

git clone repo && cd into/repo
npm install


// run the app
npm run start:dev