Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 377 Bytes

README.md

File metadata and controls

16 lines (8 loc) · 377 Bytes

Groundwater visualization

Install node.js and NPM (Node Package Manager)

$ npm install

you may need to install express globally:

$ sudo npm install -g express

then run:

$ node server

You should see "listening on port 3000", after which navigate to localhost:3000 in your browser of choice.