Update README

This commit is contained in:
Charles Gould 2017-01-29 12:06:34 -05:00
parent 53e44376a5
commit 3a4c6eff15

View File

@ -1,17 +1,15 @@
# Lingo WebSocket
Lingo with JavaFX and WebSockets
Lingo with WebSockets
## Build
`mvn clean install`
## Launch client
`mvn -f client jfx:run`
## Launch server
Required for multiplayer play
`mvn -f server spring-boot:run`
## Launch client
Navigate to <http://localhost:8080>