Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/senocak/react-redux-typescript-boilerplate

React Redux Boilerplate
https://github.com/senocak/react-redux-typescript-boilerplate

react reactjs redux redux-toolkit tsx types typescript

Last synced: about 5 hours ago
JSON representation

React Redux Boilerplate

Awesome Lists containing this project

README

        

# Setup

```sh
git clone https://github.com/senocak/React-Redux-TypeScript-Boilerplate.git
cd React-Redux-TypeScript-Boilerplate/
yarn install
yarn auth
```

This will run express backend server with dummy from `users.json`.

### Another terminal;

```sh
yarn start
```

Visit: `http://localhost:3232/`