ionic-team / ionic-react-conference-app

The Ionic Conference Demo App - Now in React

Home Page:https://ionic-react-conference-app.firebaseapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Has anyone been able to run the latest version with the instructions in readme?

anesuc opened this issue · comments

I posted an issue a 4 months ago (still the last opened issue) and have not received any response to it. I am wondering if anyone ever actually tried to run the latest version as described in readme successfully? I have a project that is pretty much stuck (for months now) as I can't build this project. I have been able to run it by using npm run start for development. But can't do anything else ecause ionic serve etc do not work

I ended up figuring it out. I had to do several workarounds which I am not sure are correct. I copied the index.html, index.js etc from https://github.com/facebook/create-react-app/tree/main/packages/cra-template/template . ionic serve did run but had errors about assets so I copied the entire assets folder into src and that resolved it. Pretty confident thats not the best solution but that's the only way I got it to work