Skip to content

Jefreesujit/generator-react-basic

Repository files navigation

generator-react-basic NPM version Build Status Dependency Status Coverage percentage

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 and @jefreesujit/generator-react-basic using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g @jefreesujit/generator-react-basic

Then generate your new project:

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.

License

MIT © Jefree Sujit

About

Yeoman generator to setup a basic stand-alone React app with Babel and Webpack

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published