A battleship game built with React and Socketio.
- Install node modules.
$ npm install
- Install Bower components.
$ bower install
- Run Gulp to compile HTML and CSS.
$ gulp
- Run the server.
$ npm start
- Run Webpack (in new tab).
$ npm run webpack
-
Replace JS source in HTML to minified version.
-
Compile HTML and CSS.
$ gulp build
- Compile JavaScript with Webpack.
$ npm run build