Skip to content

Joshuaweiss/Battleship

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Battleship game made with rails and redux.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages