Skip to content

seohayeon/webpack-react-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webpack-react-generator

Easily create webpack react projects

Installation

$ npm install -g webpack-react-generator

Quick Start

Create the app:

$ react example

Install dependencies:

$ npm i

Start your Webpack React App on dev-server

$ npm start

Command Line Options

This package also provides TypeScript functionality.

-t, --typescript   construct the view with tsx.