Sir this is super amazing. Tutorial i found on youtube
@amitavroydev5 ай бұрын
Thanks for the feedback 👍
@Lyzeuph Жыл бұрын
Finally! Thank you, sir! I wish I would have found your videos sooner!
@amitavroydev Жыл бұрын
Glad to help!
@CodeWithMuhammadAhsan3 ай бұрын
perfect everything works on my pc too
@amitavroydevАй бұрын
That's great
@GameskoTV Жыл бұрын
Thanks!!! for vite is this export default defineConfig({ plugins: [vue()], base: './' })
@amitavroydev Жыл бұрын
@GameskoTV thanks for the support
@harshmittal634 ай бұрын
♥
@amitavroydev4 ай бұрын
👍
@abhidev488 Жыл бұрын
Hey thanks for series. And I can see there is no node_modules folder under your app directory how did you do that ? I mean, in my code there is two node_modules folders one in the root and another inside app/
@amitavroydev Жыл бұрын
I do have the node_modules folder. I have one config in VS code which hides the node_modules folder from the folder list
@snowin_jj Жыл бұрын
Hey, for some reason the app doesn't works well. I cloned your repo. and installed the dependencies and build the react app and updated the loadURL in main.js. When I ran my app I am seeing a black page. I 've checked the file paths in build index.html file. What are solution I can try? I am using Windows 11.
@amitavroydev Жыл бұрын
Quite possible a node version issue. Why don’t you delete the package lock file and run a fresh install
@CodeWithMuhammadAhsan3 ай бұрын
amazing,
@amitavroydevАй бұрын
Thanks
@2005bgva3 ай бұрын
Advise: For Vite users, it is not necesary to add "homepage": "." to package.json. Instead add "base: './'," to "vite.config.ts"
@amitavroydev3 ай бұрын
Okay, thanks for the information
@p.p526 Жыл бұрын
WIth Angular it's not working, when we directly use localhost it's working but from dist (similar to build in Angular) it's not working.
@amitavroydev Жыл бұрын
how are you loading the dist files?
@ahmedmhmouad72313 ай бұрын
how can i make changes in front end show automatically without rebuild it each time
@amitavroydevАй бұрын
You can run it on a server and use that as the URL
@kartikekishore8089 Жыл бұрын
Can you tell me how to package the app for distribution. I want the user not to see my source code. Maybe an ASAR, I came across electron builder but facing some problem. Can you help me?
@amitavroydev Жыл бұрын
So sorry, even I have not done that yet. My team members have done it. Let me see if I can do that and make a video
@muhammadayyazanjum21303 ай бұрын
do i need to run the command npm run build again again once i make a change is there any other way
@amitavroydev3 ай бұрын
no
@KhaledGhallabPro Жыл бұрын
I do not use CRA I use Vite instead .. Please help in solving a problem "homepage": ".",
@amitavroydev Жыл бұрын
I haven't used vite outside of the default Laravel setup.
Why so? First you will do the development and then create the build
@arshu0.720 Жыл бұрын
@@amitavroydevno auto loading
@amitavroydev Жыл бұрын
@@arshu0.720 sorry, I am not able to understand your problem
@francislainycampos20352 ай бұрын
@@amitavroydev I think the question is how to get back to the behaviour we had when the page was loading the changes automatically so that we don't need to keep running the build command to see those changes.
@richmondxaviergnanhi8611 Жыл бұрын
next step
@amitavroydev Жыл бұрын
Have uploaded the next video. Do check out
@shubhamchaudhary946810 ай бұрын
When trying to loadFile using "path.join(__dirname, "./electron-react/build/index.html"", it is throwing error "Not allowed to load local resource: file:///C:/[FolderPath]/build/index.html"