0.1.3 • Published 7 years ago

make-react-app v0.1.3

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

make-react-app

Quickly start developing React Apps with basic tooling support Webpack, Babel, ESLint and Jest.

Why do I need this?

In Modern Web Apps with React, getting started with the basic tool can be a pain in the a**, apart from being time-consuming and redundant. make-react-app gives you a basic boiler-plate to get started with developing react so you focus more on your app and code.

Installation

npm install -g make-react-app

Usage

make-react-app <project-name>

Options

--packageVersion : Creates the project with the specified version --desc : Creates the project the the specified npm description

Issues

Report all Issues here

Todo

  • HMR
  • Yarn

License

MIT © vijaysutrave