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
- Host: GitHub
- URL: https://github.com/kryptonbd/redux-store
- Owner: KryptonBD
- Created: 2024-10-18T20:20:33.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-18T20:22:09.000Z (about 1 year ago)
- Last Synced: 2025-10-09T06:47:09.609Z (3 months ago)
- Language: TypeScript
- Homepage:
- Size: 77.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.