项目作者: Big-Silver

项目描述 :
React Redux Typescript Calendar Todo
高级语言: TypeScript
项目地址: git://github.com/Big-Silver/React-Calendar-Todo.git
创建时间: 2020-02-25T20:48:33Z
项目社区:https://github.com/Big-Silver/React-Calendar-Todo

开源协议:

下载


react-redux-typescript-calendar

Demonstrating the common patterns when using React, Redux v4, and TypeScript.

Welcome to the Redux 4 + TypeScript 2.9 Calendar example! This example site shows you the ideal
project structure, recommended libraries, as well as design pattern on writing type-safe
React + Redux app with TypeScript.

This project was bootstrapped with http://github.com/sw-yx/create-react-app-parcel.

Light Theme

Dark Theme

Getting started

A Node.js 8.0.0+ setup with yarn is recommended.

  1. # install dependencies
  2. yarn
  3. # ...or if you'd like to use npm instead
  4. npm install
  5. # serve with hot reload at localhost:4000
  6. yarn start
  7. ## or
  8. npm start
  9. # build for production
  10. yarn build