Skip to content

Ian-Emsens/ac-store

 
 

Repository files navigation

Simple Redux Store

This repository demonstrates how to build a Redux style Store in plain JavaScript, for learning purposes.

Part of Ultimate Angular's AngularConnect workshop on NGRX.

Prerequisites

  • Install Node.js

  • Install TypeScript

npm install -g typescript
  • Install Yarn (optional)
npm install -g yarn

Setup

Installing dependencies

yarn install

# OR

npm install

Local server

yarn start

# OR

npm start

Visit localhost:8000 in your browser.

About

Simple Redux Store

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 69.5%
  • HTML 16.5%
  • JavaScript 14.0%