tsapp-scripts
v0.2.10
Published
Configuration and scripts for Create react/redux typescript App .
Downloads
45
Readme
Create-ts-app
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
.