Skip to content

Simple Boilerplate for a project using Typescript, Electron, React and tailwind

Notifications You must be signed in to change notification settings

argon1025/Typescript-React-Electron

Repository files navigation

Getting Started with Typescript + Electron + React + tailwind

image Simple Boilerplate for a project using Typescript, Electron, React and tailwind

my-app
├── electron <-- Electron folder
├── public <-- React public folder
├── src <-- React index folder

Installation

1.Clone this Project

git clone https://github.com/argon1025/Typescript-React-Electron.git

2.install all dependencies

npm install
yarn install

Simple Usage

yarn start-dev

Runs the app in the development mode. Open http://localhost:3000 and start Electron App

yarn build

Builds the app for production to the dist folder.

Available all Scripts

yarn start-react

yarn build-react

yarn test-react

yarn eject

yarn build-electron

Learn More

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.