Skip to content

Commit 160bb14

Browse files
committed
minor changes
1 parent 6138fad commit 160bb14

3 files changed

Lines changed: 4 additions & 10586 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
.env.development.local
1818
.env.test.local
1919
.env.production.local
20+
yarn.lock
2021

2122
npm-debug.log*
2223
yarn-debug.log*

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@
1212
"socket.io-client": "^2.2.0"
1313
},
1414
"scripts": {
15-
"start": "react-scripts start",
15+
"client": "react-scripts start",
16+
"server": "nodemon server/server.js",
17+
"start": "concurrently 'npm run client' 'npm run server'",
1618
"build": "react-scripts build",
1719
"test": "react-scripts test",
1820
"eject": "react-scripts eject"

0 commit comments

Comments
 (0)