battleship A simple web implementation of a classic board game. Development Setup Install Node.js; Execute: npm install npm install -g gulp-cli bower gulp init To Build the project run: gulp build To start server: npm start