Skip to content

Files

Latest commit

 

History

History
18 lines (15 loc) · 343 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 343 Bytes

react-template-webpack

This is a template for init-react.

Feature

  • webpack-dev-server and hot-reload
  • Optional Eslint, Typescript, and Jest

Usage

$ npm install -g init-react
$ react init my-project
$ cd my-project
$ npm install
$ npm run dev
$ npm run test
$ npm run build