briancodex / react-sidebar-v1

184 stars 258 forks source link

missing index.html ? #2

Open cburkins opened 2 years ago

cburkins commented 2 years ago

Seems like repo might be missing index.html ?

cburkins commented 2 years ago

image

PingOfD32th commented 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

mehulminat commented 2 years ago

copy paste all files in your project foler and do npm install and then run