An open API service indexing awesome lists of open source software.

https://github.com/big-silver/react-calendar-todo

React Redux Typescript Calendar Todo
https://github.com/big-silver/react-calendar-todo

react-calendar react-emotion reactjs redux-saga typescript

Last synced: 8 months ago
JSON representation

React Redux Typescript Calendar Todo

Awesome Lists containing this project

README

          

# 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 .

> Light Theme

> Dark Theme

## Getting started

A Node.js 8.0.0+ setup with [yarn](https://yarnpkg.com/) is recommended.

```bash
# install dependencies
yarn

# ...or if you'd like to use npm instead
npm install

# serve with hot reload at localhost:4000
yarn start
## or
npm start

# build for production
yarn build
```