0.1.5 • Published 3 years ago

cra-template-ding-rd-ts-alloy v0.1.5

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

cra-template-ding-rd-ts-alloy

Usage

npx create-react-app my-app --template cra-template-ding-rd-ts-alloy

# or

yarn create react-app my-app --template cra-template-ding-rd-ts-alloy

This project base on official Redux+TS template.

Additional library

alloy styles

yarn add -D eslint typescript @typescript-eslint/parser @typescript-eslint/eslint-plugin eslint-plugin-react eslint-config-alloy

styled-components

yarn add styled-components styled-theming
yarn add -D @types/styled-components @types/styled-theming

localforage

yarn add localforage

axios

yarn add axios