Simple Battleship =================== Install Browser (Not needed the compiled assets are checked in) cd browser npm install npm run install-typings npm run build Server cd server bundle install rails db:setup rails s Develop developed with webpack dev server Browser npm start Server USE_DEV_SERVER=true rails s