this is a fork of facebook create-react-app
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
.