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.
- Host: GitHub
- URL: https://github.com/thinkian/react-up-cli
- Owner: thinkian
- License: mit
- Created: 2018-05-07T01:07:22.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-04T14:49:02.000Z (almost 8 years ago)
- Last Synced: 2025-11-04T12:18:09.280Z (8 months ago)
- Topics: babel, cli, jest, react, redux, webpack
- Language: JavaScript
- Size: 21.5 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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