Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kamataryo/react-redux-typescript-boilerplate
- Owner: kamataryo
- License: mit
- Created: 2017-07-08T09:52:37.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-29T23:47:23.000Z (about 7 years ago)
- Last Synced: 2024-11-18T02:12:23.308Z (2 months ago)
- Language: TypeScript
- Homepage: https://kamataryo.github.io/react-redux-typescript-boilerplate/
- Size: 301 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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
```