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

https://github.com/jefreesujit/generator-react-node

A kickstarter app generator for React and Node.js based application with redux, webpack, and babel
https://github.com/jefreesujit/generator-react-node

Last synced: 3 months ago
JSON representation

A kickstarter app generator for React and Node.js based application with redux, webpack, and babel

Awesome Lists containing this project

README

          

# generator-react-node [![NPM version][npm-image]][npm-url] [![Dependency Status][daviddm-image]][daviddm-url]
> A kickstarter app generator for React and Node.js based application with redux, webpack, and babel

## Generator Includes

* React based scaffolding with basic "Hello World" app powered by Node.js server
* Redux for global state handling, with actions and reducers flow setup
* Built in view routing using React-router
* REST service with express.js with sample apis
* Babel to convert JSX and ES6
* Webpack to bundle up things
* Styles in Sass, with node-sass bundler

## Installation

First, install [Yeoman](http://yeoman.io) and generator-react-node using [npm](https://www.npmjs.com/) (we assume you have pre-installed [node.js](https://nodejs.org/)).

```bash
npm install -g yo
npm install -g generator-react-node
```

Then generate your new project:

```bash
yo react-node
```

## Getting To Know Yeoman

* Yeoman has a heart of gold.
* Yeoman is a person with feelings and opinions, but is very easy to work with.
* Yeoman can be too opinionated at times but is easily convinced not to be.
* Feel free to [learn more about Yeoman](http://yeoman.io/).

## License

MIT © [Jefree Sujit](https://jefreesujit.github.io)

[npm-image]: https://badge.fury.io/js/generator-react-node.svg
[npm-url]: https://npmjs.org/package/generator-react-node
[daviddm-image]: https://david-dm.org/jefreesujit/generator-react-node.svg?theme=shields.io
[daviddm-url]: https://david-dm.org/jefreesujit/generator-react-node