Turn react js into windows app with electron forge
This is for someone who has basic knowledge of React but wants to make a Windows app. So here's how to do it.
1) Create new electron app using webpack template
npx create-electron-app@latest my-app --template=webpack
2) Install babel
npm install --s...
wishba.hashnode.dev1 min read