Skip to content

zjh65204/generator-react-kylin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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 refresh the page)
$ npm run dev

# Production Mode
$ npm run build

About

It will help you create new React-Webpack projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 93.8%
  • HTML 6.2%