# Create-ts-app 
_this is a fork of facebook [create-react-app](https://github.com/facebookincubator/create-react-app)_ 

[![npm version](https://img.shields.io/npm/v/tsapp-scripts.svg?style=flat)](https://www.npmjs.com/package/create-ts-app) [![build](https://travis-ci.org/vgmr/create-ts-app.svg)](https://travis-ci.org/vgmr/create-ts-app)

[![dependency](https://david-dm.org/vgmr/create-ts-app/status.svg)](https://david-dm.org/vgmr/create-ts-app) [![devDep](https://david-dm.org/vgmr/create-ts-app/dev-status.svg)](https://david-dm.org/vgmr/create-ts-app?type=dev)


Create React apps with no build configuration.
Includes:

* react
* redux
* bootstrap
* jest
* sass

```sh
npm install -g create-ts-app

create-ts-app my-app
cd my-app/
npm start

```

Then open [http://localhost:7777/](http://localhost:7777/) to see your app.<br>
When you’re ready to deploy to production, create a minified bundle with `npm run build`.
