Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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