0.9.1 • Published 5 years ago

react-scripts-ts-magic-scss v0.9.1

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

react-scripts-ts

@jpavon/react-scripts-ts

NPM CircleCI

Note: Until 1.0.0 this project won't follow semver. Though there won't be many breaking changes, update at your own risk.

Fork of react-script-ts with added features.

Found any problem or bug? Please create a new issue.

Features

Check out the template files for usage examples.

Add it to your project

New project

npx create-react-app my-app --scripts-version=@jpavon/react-scripts-ts
cd my-app/
yarn start

(npx comes with npm 5.2+ and higher)

Already using create-react-app?

yarn add @jpavon/react-scripts-ts

Change your package.json configuration to use react-scripts-ts

{
  "scripts": {
    "start": "react-scripts-ts start",
    "build": "react-scripts-ts build",
    "test": "react-scripts-ts test --env=jsdom",
  }
}