Skip to content

Commit

Permalink
Merge pull request #7 from edumudu/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
edumudu authored Jun 8, 2020
2 parents ce7e667 + 2c50e43 commit cb9252a
Show file tree
Hide file tree
Showing 7 changed files with 1,403 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
node_modules
yarn*
node_modules
File renamed without changes.
2 changes: 1 addition & 1 deletion client/src/js/io.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import io from 'socket.io-client';

const socket = io('http://localhost:3000');
const socket = io('https://edumudu-memory-game.herokuapp.com/');

export default socket;
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"author": "Eduardo Wesley <[email protected]>",
"license": "MIT",
"scripts": {
"start": "cd server && yarn && yarn start"
"postinstall": "cd server && yarn",
"start": "cd server && yarn start"
}
}
3 changes: 1 addition & 2 deletions server/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
node_modules
yarn*
node_modules
Loading

0 comments on commit cb9252a

Please sign in to comment.