https://github.com/elisealcala/electron-react-ts
Basic setup with React, Typescript and Webpack.
https://github.com/elisealcala/electron-react-ts
electron react typescript
Last synced: about 2 months ago
JSON representation
Basic setup with React, Typescript and Webpack.
- Host: GitHub
- URL: https://github.com/elisealcala/electron-react-ts
- Owner: elisealcala
- Created: 2020-04-16T01:03:08.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-02T17:54:35.000Z (almost 5 years ago)
- Last Synced: 2025-03-24T11:13:34.162Z (3 months ago)
- Topics: electron, react, typescript
- Language: JavaScript
- Homepage:
- Size: 93.8 KB
- Stars: 81
- Watchers: 2
- Forks: 25
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Electron app.
### Basic setup with React, Typescript and Webpack.To run this project.
- Clone this repo
```bash
git clone https://github.com/elisealcala/electron-react-ts.git
```- Install the dependencies
```bash
npm install
```- Now run these two commands in separate consoles.
```bash
npm run dev:react
``````bash
npm run dev:electron
```