generator-react-kylin

It will help you create new React-Webpack projects

Downloads
12
Stars
4

generator-react-kylin

generator-react-kylin will help you create new React-Webpack projects. It includes:

Installation

$ npm install -g yo
$ npm install -g generator-react-kylin

Create your project

# Create a new directory, and `cd` into it
$ mkdir react-project && cd react-project
# run 
$ yo react-kylin

If you install the yarn , just press Ctrl+C (windows) / Command+C (MacOS) to stop the npm install, just type yarn install to install.

Usage

# Development Mode (hot-reload not reload the whole page)
$ npm run dev

# Production Mode
$ npm run build

# ESLint Fix style
$ npm run fix
Package Rankings
Top 17.72% on Npmjs.org