create-react-app-custom
v1.0.3
Published
Create React App Custom - You can continue customizing with WebPack
Downloads
10
Maintainers
Readme
Create React App Custom
Create React App Custom - You can continue customizing with WebPack
Installation
$ npm install create-react-app-custom -g
Quick Start
Create the app:
$ create-react-app-custom yournameapp
Install dependencies:
$ cd yournameapp
$ npm install
Start your app at http://localhost:4200
$ npm start
Build project
$ npm run build
Run test
$ npm run test