- nodejs
- npm
- mongodb
- bower
npm install -g bower
- checkout the repo:
git clone https://github.com/lukeadair/mlb-stadiums
- cd into the new repo:
cd mlb-stadiums
- install npm components:
npm install
- install bower components:
bower install
- start the server:
node server.js
- open your browser and go to http://localhost:8080/
test