@jefreesujit/generator-react-basic
Version:
Yeoman generator to setup a basic stand-alone React app with Babel and Webpack
47 lines (33 loc) • 1.84 kB
Markdown
# generator-react-basic [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url] [![Coverage percentage][coveralls-image]][coveralls-url]
> Yeoman generator to setup a basic stand-alone React app with Babel and Webpack
## Generator Includes
* React App scaffolding with basic "Hello World" app
* Routing built-in using React-router
* 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 @jefreesujit/generator-react-basic 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 @jefreesujit/generator-react-basic
```
Then generate your new project:
```bash
yo @jefreesujit/react-basic
```
## 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-basic.svg
[npm-url]: https://npmjs.org/package/@jefreesujit/generator-react-basic
[travis-image]: https://travis-ci.org/jefreesujit/generator-react-basic.svg?branch=master
[travis-url]: https://travis-ci.org/jefreesujit/generator-react-basic
[daviddm-image]: https://david-dm.org/jefreesujit/generator-react-basic.svg?theme=shields.io
[daviddm-url]: https://david-dm.org/jefreesujit/generator-react-basic
[coveralls-image]: https://coveralls.io/repos/jefreesujit/generator-react-basic/badge.svg
[coveralls-url]: https://coveralls.io/r/jefreesujit/generator-react-basic