projects
/
vchess.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Separate client and server codes. Keep everything in one git repo for simplicity
[vchess.git]
/
client
/
src
/
socket_url.js.dist
1
// URL of your socket server (rename into socket_url.js)
2
export default socketUrl = "ws://localhost:3000";