express API

This commit is contained in:
Jan Prochazka
2019-12-25 22:30:49 +01:00
parent eaf9679740
commit b936cb9e25
6 changed files with 75 additions and 3 deletions

View File

@@ -6,7 +6,10 @@
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"axios": "^0.19.0",
"cors": "^2.8.5",
"cross-env": "^6.0.3",
"express": "^4.17.1",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-scripts": "3.3.0"
@@ -26,6 +29,7 @@
"electron": "cross-env ELECTRON_START_URL=http://localhost:5000 electron .",
"electron-dist": "electron-builder",
"start": "nf start",
"serve": "node src/api/index.js",
"postinstall": "electron-builder install-app-deps"
},
"eslintConfig": {