Skip to content

abhisheksinghrana/custom-redux-store

Repository files navigation

Create Redux Store with Vanilla TypeScript

Prerequisites

  • Install Node.js

  • Install TypeScript

npm install -g typescript
  • Install Yarn (optional)

If you want to roll with npm, feel free to do so. If you'd like to try Yarn, run the following or another installation method:

npm install -g yarn

Setup

Installing dependencies

cd <redux-store-project>

yarn install
# OR
npm install

Local server

yarn start
# OR
npm start

Visit localhost:8000 in your browser.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published