Simple Boilerplate for a project using Typescript, Electron, React and tailwind
my-app
├── electron <-- Electron folder
├── public <-- React public folder
├── src <-- React index folder
git clone https://github.com/argon1025/Typescript-React-Electron.git
npm install
yarn install
Runs the app in the development mode. Open http://localhost:3000 and start Electron App
Builds the app for production to the dist
folder.
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.
To learn tailwind, check out the Tailwind documentation.
To learn Electron, check out the Electron documentation.