feat: Serve react app through express server

This commit is contained in:
Faruk AYDIN
2022-02-23 21:24:21 +03:00
committed by Ömer Faruk Aydın
parent d139eb8c06
commit 654e868a23
7 changed files with 55 additions and 24 deletions

0
packages/web/index.js Normal file
View File

View File

@@ -32,6 +32,7 @@
"typescript": "^4.1.2",
"web-vitals": "^1.0.1"
},
"main": "index.js",
"scripts": {
"dev": "react-scripts start",
"build": "react-scripts build",