Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/locol23/react-redux-ts-boilerplate
React + Redux boilerplate with TypeScript
https://github.com/locol23/react-redux-ts-boilerplate
react reactjs recompose redux typescript
Last synced: 4 days ago
JSON representation
React + Redux boilerplate with TypeScript
- Host: GitHub
- URL: https://github.com/locol23/react-redux-ts-boilerplate
- Owner: locol23
- Created: 2018-06-15T01:13:29.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-03T22:52:24.000Z (6 months ago)
- Last Synced: 2024-05-03T23:38:14.644Z (6 months ago)
- Topics: react, reactjs, recompose, redux, typescript
- Language: TypeScript
- Homepage: https://react-redux-ts-1024d.firebaseapp.com/
- Size: 406 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 37
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-redux-ts-boilerplate
React + Redux boilerplate with TypeScript
[![CircleCI](https://circleci.com/gh/locol23/react-redux-ts-boilerplate.svg?style=svg)](https://circleci.com/gh/locol23/react-redux-ts-boilerplate)
[![MIT License](http://img.shields.io/badge/license-MIT-blue.svg?style=flat)](LICENSE)## Demo
https://react-redux-ts-1024d.firebaseapp.com/
## Tech Stack
- [React](https://reactjs.org/)
- [Redux](https://redux.js.org/)
- [Parcel](https://parceljs.org/)
- [Prittier](https://prettier.io/)
- [TypeScript](https://www.typescriptlang.org/)
- [TSLint](https://palantir.github.io/tslint/)
- [Recompose](https://github.com/acdlite/recompose)## Prerequisites
- [Node.js](https://nodejs.org/en/)
- [Yarn](https://yarnpkg.com/en)## Getting Started
### Clone the repository
```bash
git clone --depth=1 https://github.com/locol23/react-redux-ts-boilerplate.git
```### Install dependencies
```bash
cd
yarn# if you use npm
rm yarn.lock
npm i
```### Develop
```bash
yarn dev#if you use npm
npm run dev
```Go to [http://localhost:1234](http://localhost:1234)
## LICENSE
MIT