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

https://github.com/kryptonbd/redux-store

Vanilla TypeScript example of a Redux Store
https://github.com/kryptonbd/redux-store

Last synced: 3 months ago
JSON representation

Vanilla TypeScript example of a Redux Store

Awesome Lists containing this project

README

          

Simple Redux Store


Vanilla TypeScript example of a Redux Store

## Prerequisites

- Install [Node.js](https://nodejs.org/en/download/)

- Install TypeScript

```bash
npm install -g typescript
```

## Setup

#### Installing dependencies

```bash
cd

npm install
```

#### Local server

```bash
npm run start
```

Visit [localhost:8000](localhost:8000) in your browser.