cra-template-redux-rxjs-typescript

1.6.0 • Public • Published

cra-template-redux-rxjs-typescript

This is the official base template for Create React App with Redux Rxjs Typescript.

TypeScript

npx create-react-app my-app --template redux-rxjs-typescript

hint : to resolve ts error update below rules in tsconfig.json

"noImplicitReturns": true,
"noImplicitThis": true,
"noImplicitAny": false,
"strictNullChecks": true,
"suppressImplicitAnyIndexErrors": true,
"noUnusedLocals": true,

Package Sidebar

Install

npm i cra-template-redux-rxjs-typescript

Weekly Downloads

3

Version

1.6.0

License

MIT

Unpacked Size

110 kB

Total Files

66

Last publish

Collaborators

  • nirajkashyap