Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 1 month 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-02T17:54:35.000Z (over 4 years ago)
- Last Synced: 2024-04-24T10:32:58.493Z (8 months ago)
- Topics: electron, react, typescript
- Language: JavaScript
- Homepage:
- Size: 93.8 KB
- Stars: 82
- Watchers: 3
- 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
```