1.2.0 • Published 6 years ago

react-up-cli v1.2.0

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

REACT-UP

A command line tool for starting up React projects with minimal boilerplate.

An interactive CLI guide for bootstrapping a React project with Babel and webpack.

Optionally include Redux, Redux Saga, and Jest with ease.

Usage

react-up [<project-directory>]

If a project directory is not specified, the project will be initialized in your current working directory.

Installation

  • Install Node.js and npm
  • Run npm install -g react-up-cli
  • Run react-up inside your desired project directory