Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rgaidot/react-skeleton
- Owner: rgaidot
- Created: 2016-05-20T21:21:00.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-05-20T22:03:36.000Z (over 8 years ago)
- Last Synced: 2024-10-31T13:23:11.691Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```