This is a template for init-react.
- webpack-dev-server and hot-reload
- Optional Eslint, Typescript, and Jest
$ npm install -g init-react
$ react init my-project
$ cd my-project
$ npm install
$ npm run dev
$ npm run test
$ npm run build
This is a template for init-react.
$ npm install -g init-react
$ react init my-project
$ cd my-project
$ npm install
$ npm run dev
$ npm run test
$ npm run build