react-scripts-observables

2.0.1 • Public • Published

react-scripts-observables npm version Build Status

Create React apps (with Typescript | rxjs | redux-observables) 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! 🚀

Quick Overview

npx create-react-app my-app --scripts-version=react-scripts-observables
cd my-app
npm start
 
# or with yarn 
yarn create react-app my-app --scripts-version=react-scripts-observables
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.

Readme

Keywords

none

Package Sidebar

Install

npm i react-scripts-observables

Weekly Downloads

2

Version

2.0.1

License

ISC

Unpacked Size

242 kB

Total Files

63

Last publish

Collaborators

  • yoyife