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

https://github.com/fantasywind/generator-asite

A Yeoman generator for React Flux User, including server-render page and basic api server for building completed webservice.
https://github.com/fantasywind/generator-asite

Last synced: over 1 year ago
JSON representation

A Yeoman generator for React Flux User, including server-render page and basic api server for building completed webservice.

Awesome Lists containing this project

README

          

# generator-asite

A [Yeoman](http://yeoman.io) generator for React Flux User, including server-render page and basic api server for building completed webservice.

## Installation

Install via NPM:
```
npm install generator-asite
```

Note: You should use [io.js](https://iojs.org/) 2.x for runtime environment.

## Quick Start

```
yo asite YOUR_SITE_NAME
npm run dev
```

## Features

* [Webpack](http://webpack.github.io/)
* Support [React](http://facebook.github.io/react/) both Client / Server render
* [Flux](http://facebook.github.io/flux/)-like control flow
* ES6 powered by [Babel](https://babeljs.io/)

## Supported Backend Framework

* Express 4.x
* Koa (in the future)

## Options

## Contribute

* just Fork this project and send Pull Requests

## ToDo

## Authors

Copyright(c) 2015 Chia Yu Pai <>

## License

Licensed under the MIT License