HendrixString / adobe-cep-react-create

Create Adobe-CEP extension with React, Material-UI, Native Node modules, Webpack, Babel and ExtendScript
Apache License 2.0
125 stars 27 forks source link

Running npm start shows an empty html #51

Closed yahiaboudah closed 2 years ago

yahiaboudah commented 2 years ago

How do I make the server template html show my app?

HendrixString commented 2 years ago

try npm run client:dev-server

yahiaboudah commented 2 years ago

That's the same as npm start, for some reason I'm getting this: Entrypoint undefined = index.html

HendrixString commented 2 years ago

Super weird, can you try cloning another project and run npm install and then start. Which OS are you using ?

HendrixString commented 2 years ago

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

yahiaboudah commented 2 years ago

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