1.0.3 • Published 7 years ago
create-react-app-custom v1.0.3
Create React App Custom

Create React App Custom - You can continue customizing with WebPack
Installation
$ npm install create-react-app-custom -gQuick Start
Create the app:
$ create-react-app-custom yournameappInstall dependencies:
$ cd yournameapp
$ npm installStart your app at http://localhost:4200
$ npm startBuild project
$ npm run buildRun test
$ npm run test