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.
- Host: GitHub
- URL: https://github.com/fantasywind/generator-asite
- Owner: fantasywind
- License: mit
- Created: 2015-08-10T09:40:18.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-31T13:53:18.000Z (almost 11 years ago)
- Last Synced: 2025-03-07T03:04:16.567Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 123 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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