Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 437 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 437 Bytes

Simple Battleship

===================

Install

Browser (Not needed the compiled assets are checked in)

  1. cd browser
  2. npm install
  3. npm run install-typings
  4. npm run build

Server

  1. cd server
  2. bundle install
  3. rails db:setup
  4. rails s

Develop

developed with webpack dev server

Browser

  • npm start

Server

  • USE_DEV_SERVER=true rails s