Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rgaidot/react-skeleton

react-skeleton: es6/es7, webpack, babel, react, redux, mocha
https://github.com/rgaidot/react-skeleton

Last synced: about 1 month ago
JSON representation

react-skeleton: es6/es7, webpack, babel, react, redux, mocha

Awesome Lists containing this project

README

        

# react-skeleton [![Build Status](https://travis-ci.org/rgaidot/react-skeleton.svg?branch=master)](https://travis-ci.org/rgaidot/react-skeleton)

A simple skeleton for create a project with React and Redux.

## Install
```sh
npm install
```

## Start
```sh
npm start
open http://localhost:8080
```

## Test
```sh
npm test
```