Skip to content

Latest commit

 

History

History
48 lines (36 loc) · 1.32 KB

README.md

File metadata and controls

48 lines (36 loc) · 1.32 KB

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.