Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kamataryo/react-redux-typescript-boilerplate

React Redux and React-Router TypeScript Boilerplate
https://github.com/kamataryo/react-redux-typescript-boilerplate

Last synced: 5 days ago
JSON representation

React Redux and React-Router TypeScript Boilerplate

Awesome Lists containing this project

README

        

# React Redux and React-Router TypeScript Boilerplate

[![Linux Build Status](https://travis-ci.org/kamataryo/react-redux-typescript-boilerplate.svg?branch=master)](https://travis-ci.org/kamataryo/react-redux-typescript-boilerplate)
[![Windows Build status](https://ci.appveyor.com/api/projects/status/hndrdtmd5jim0d7o?svg=true)](https://ci.appveyor.com/project/kamataryo/react-redux-typescript-boilerplate)

[DEMO](http://rrrt.biwako.io)

## Required

- Node.js >= 4

## Getting started

```shell
$ git clone https://github.com/kamataryo/react-redux-typescript-boilerplate.git
$ cd react-redux-typescript-boilerplate
$ npm install
```

Start a dev-http-server:

```shell
$ npm start
```

Then build:

```shell
$ npm run build
```

## Automated testing

```shell
$ npm test
```