https://github.com/wangdahoo/simple-react-starter
https://github.com/wangdahoo/simple-react-starter
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/wangdahoo/simple-react-starter
- Owner: wangdahoo
- Created: 2016-06-29T09:47:52.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-15T14:39:55.000Z (almost 10 years ago)
- Last Synced: 2025-04-11T22:12:16.639Z (about 1 year ago)
- Language: CSS
- Size: 272 KB
- Stars: 11
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```