Skip to content

maxplomer/battleship_react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 

Repository files navigation

#Readme

This is the React.js frontend for a web based implementation of battleship.

Link to backend Ruby on Rails repo

Install/Running

If you are running in chrome you will need to run from a static webserver, or else will get cross domain error.

Install server with:

npm install http-server -g

Then run server with:

http-server

Should be available at http://127.0.0.1:8080