@spiffdog/react-scripts

Configuration and scripts for Create React App.


License
MIT
Install
npm install @spiffdog/react-scripts@0.0.1-alpha.14

Documentation

@spiffdog/react-scripts

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

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! �

tl;dr

npm install -g create-react-app

create-react-app my-app --scripts-version=@spiffdog/react-scripts
cd my-app/
npm start