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
- Host: GitHub
- URL: https://github.com/jefreesujit/generator-react-node
- Owner: Jefreesujit
- License: mit
- Created: 2018-06-06T19:33:52.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-02-27T23:37:40.000Z (over 3 years ago)
- Last Synced: 2025-07-07T08:17:33.501Z (12 months ago)
- Language: HTML
- Homepage: https://www.npmjs.com/package/generator-react-node
- Size: 2.29 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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