项目作者: gmukul01

项目描述 :
🚀Simple React, Redux & Typescript bolierplate with themable components.
高级语言: TypeScript
项目地址: git://github.com/gmukul01/react-redux-ts-boilerplate.git
创建时间: 2019-03-10T14:17:28Z
项目社区:https://github.com/gmukul01/react-redux-ts-boilerplate

开源协议:MIT License

下载


React Redux with Typescript Boilerplate

This boilerplate will help you to understand how to

  • create whole react, redux & redux-saga ecosystem in typescript.
  • theme the website with the help of styled-components.
  • write unit tests for components, containers, actions, reducers & sagas.
  • transpile typescript files with the help of babel 7.

Getting Started

Just download this repo and change the project name.

Built With

🔥 react

🐠 react-hooks

🚢 redux

typescript

🚀 redux-saga

💥 babel

💅 styled-components

🐐 react-testing-library

npm scripts

  • yarn build to build your project
  • yarn build:analyze to analyze the bundle size
  • yarn lint:css to run the css lint
  • yarn lint:ts to run the ts lint
  • yarn lint to run both css & ts lint
  • yarn test to run tests and type check
  • yarn test:update to upgrate snapshots
  • yarn test:watch to watch tests
  • yarn type-check to run tsc to check types
  • yarn test:jest to run test only
  • yarn watch to run your project locally

License

This project is licensed under the MIT License - see the LICENSE file for details