Added login integration with Cairo
This commit is contained in:
parent
3b75eff883
commit
0e424ec5fa
9 changed files with 111 additions and 82 deletions
|
@ -25,7 +25,8 @@
|
|||
},
|
||||
"scripts": {
|
||||
"start": "node server/main.js",
|
||||
"start:dev": "PORT=52026 react-scripts start",
|
||||
"start:dev": "nodemon server/main.js",
|
||||
"start:react": "PORT=52026 react-scripts start",
|
||||
"build": "react-scripts build"
|
||||
},
|
||||
"eslintConfig": {
|
||||
|
|
Reference in a new issue