Open cburkins opened 2 years ago
create a new folder called "public" in the root of the directory. create a new file named index.html and place the following in that file
<html>
<head>
</head>
<body id="root">
</body>
</html>
that will throw warnings but will compile and let you utilize the app
copy paste all files in your project foler and do npm install and then run
Seems like repo might be missing index.html ?