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

https://github.com/wangdahoo/simple-react-starter


https://github.com/wangdahoo/simple-react-starter

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Simple React Starter
a simple react starter for scalable mobile web application.

## Features

- Equip with React, React-Router, ES6 & Babel 6
- Code Splitting with Examples (Counter, Todos)
- Build with Webpack
- CSS Scaffolding for Mobile App

## Todos
- Support [hot module replacement](https://webpack.github.io/docs/hot-module-replacement.html)
- Ionic Sass Maybe
- Parallax Scroll View
- Dynamic Viewport

## How to Use
```
$ npm install
$ make run
```