0.2.2 • Published 4 years ago

cra-template-typescript-rxjs v0.2.2

Weekly downloads
10
License
-
Repository
-
Last release
4 years ago

cra-template-typescript-rxjs

The redux-observable+typescript template for Create React App

Usage

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

Once when start project move this dependencies to devDependencies

      "@testing-library/jest-dom",
      "@testing-library/react",
      "@testing-library/user-event",
      "@types/jest",
      "@types/node",
      "@types/react",
      "@types/react-dom",
      "@types/react-redux",
      "@types/react-router-dom",
      "@typescript-eslint/eslint-plugin",
      "@typescript-eslint/parser",
      "eslint-config-react-app",
      "eslint-config-prettier",
      "eslint-config-standard",
      "eslint-plugin-import",
      "eslint-plugin-node",
      "eslint-plugin-prettier",
      "eslint-plugin-promise",
      "eslint-plugin-react",
      "eslint-plugin-react-hooks",
      "eslint-plugin-standard",
      "eslint-config-airbnb",
      "eslint-plugin-jsx-a11y":,
      "node-sass",
      "prettier",
      "redux-devtools-extension",
      "typescript"

In the nearest versions it will be split out of the box

0.2.1

4 years ago

0.2.2

4 years ago

0.2.0

4 years ago

0.1.0

4 years ago