Skip to content

CasualGaming/cag-react-scripts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-scripts-ts-sass npm version Build Status

Create React apps (with Typescript) with no build configuration.

  • Getting Started – How to create a new app.
  • User Guide – How to develop apps bootstrapped with react scripts ts.

Do you know react and want to try out typescript? Or do you know typescript and want to try out react? Get all the benefits from create-react-app but you use typescript! 🚀

Quick Overview

npx create-react-app my-app --scripts-version=@cagolini/cag-react-scripts
cd my-app
npm start

# or with yarn
yarn create react-app my-app --scripts-version=@cagolini/cag-react-scripts
cd my-app
yarn start

(npx comes with npm 5.2+ and higher, see instructions for older npm versions)

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

About

Create React apps using typescript with no build configuration.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 82.6%
  • Shell 9.3%
  • TypeScript 5.9%
  • HTML 1.7%
  • CSS 0.5%