Closed yahiaboudah closed 2 years ago
try npm run client:dev-server
That's the same as npm start
, for some reason I'm getting this: Entrypoint undefined = index.html
Super weird, can you try cloning another project and run npm install and then start. Which OS are you using ?
Also, root node modules are front-end web modules. and, root of session-src is a separate modules for native node.js modules, so keep that in mind
I've had to update a lot of deps, and eventually got it to work. I also replaced webpack with vite for faster builds. Thanks for opensourcing this! I learned a lot from it
How do I make the server template html show my app?