Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```