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
- Host: GitHub
- URL: https://github.com/big-silver/react-calendar-todo
- Owner: Big-Silver
- Created: 2020-02-25T20:48:33.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T19:40:46.000Z (over 3 years ago)
- Last Synced: 2025-03-24T04:43:33.098Z (over 1 year ago)
- Topics: react-calendar, react-emotion, reactjs, redux-saga, typescript
- Language: TypeScript
- Homepage:
- Size: 2.44 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
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
```