An open API service indexing awesome lists of open source software.

https://github.com/thinkian/react-up-cli

A command line tool for starting up React projects with minimal boilerplate.
https://github.com/thinkian/react-up-cli

babel cli jest react redux webpack

Last synced: 4 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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](http://babeljs.io/) and [webpack](https://webpack.js.org/).

Optionally include [Redux](https://redux.js.org/), [Redux Saga](https://redux-saga.js.org/), and [Jest](https://facebook.github.io/jest/) with ease.

## Usage

react-up []

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

## Installation

- Install [Node.js](https://nodejs.org/en/) and [npm](https://www.npmjs.com/)
- Run `npm install -g react-up-cli`
- Run `react-up` inside your desired project directory