Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/alex3165/react-typescript-starter

Simple starter-kit for react, redux, typescript, aphrodite, webpack
https://github.com/alex3165/react-typescript-starter

boilerplate react redux starter-kit typescript

Last synced: 24 days ago
JSON representation

Simple starter-kit for react, redux, typescript, aphrodite, webpack

Awesome Lists containing this project

README

        

# react-typescript-starter

This project is no longer maintained, please use react-scripts instead which support typescript out of the box

## How to start?

### install dependencies

```
npm i
```

### start dev server

```
npm start
```