1.0.3 • Published 5 years ago

create-react-app-custom v1.0.3

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

Create React App Custom Build Status Packagist

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

License

MIT