/create-ts-app

Create React apps with no build configuration.

Primary LanguageJavaScriptOtherNOASSERTION

Create-ts-app

this is a fork of facebook create-react-app

npm version build

dependency devDep

Create React apps with no build configuration. Includes:

  • react
  • redux
  • bootstrap
  • jest
  • sass
npm install -g create-ts-app

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

Then open http://localhost:7777/ to see your app.
When you’re ready to deploy to production, create a minified bundle with npm run build.