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

https://github.com/mikedevelops/react-redux-ts-starter

A starting point for React & Redux web applications written in TypeScript.
https://github.com/mikedevelops/react-redux-ts-starter

javascript react redux typescript webpack

Last synced: 3 months ago
JSON representation

A starting point for React & Redux web applications written in TypeScript.

Awesome Lists containing this project

README

          

# React & Redux with TypeScript

A starting point for React & Redux applications built with TypeScript.

## Getting started

Install dependencies.

```
npm install
```

Create a local development server and recompile on file changes.

```
npm run dev
```

Run test suite.

```
npm test
```

Create a production build within the `./dist` directory.

```
npm run prod
```