Merged PR 7: merge

master
Tudor Stanciu 2020-04-18 06:01:43 +03:00
commit 1958532139
4 changed files with 4727 additions and 2945 deletions

3
.env Normal file
View File

@ -0,0 +1,3 @@
PUBLIC_URL=http://*/play-nine
PORT=3006
REACT_APP_TEST_KEY = '!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!'

3
Notes
View File

@ -1,3 +0,0 @@
test commit
test commit 2
test commit 3

7664
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -16,7 +16,7 @@
"react-scripts": "^3.1.1" "react-scripts": "^3.1.1"
}, },
"scripts": { "scripts": {
"start": "set PORT=3006 && react-scripts start", "start": "react-scripts start",
"build": "react-scripts build", "build": "react-scripts build",
"test": "react-scripts test", "test": "react-scripts test",
"eject": "react-scripts eject" "eject": "react-scripts eject"