baryal / Angular-Redux-Todos

A todos list build with Angular 4 and Redux.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Todos with Angular 4 and Redux | Lesson on Coding

A simple todos application built with the Angular 4 framework and redux. This project was built off my Angular Wepack Starter skeleton.

Dependencies

  • Make sure you install json-server globally npm install json-server -g
  • Make sure you install chrome redux dev tools when using the application in dev mode.
  • If you want to use the project without the redux dev tools edit the enhancers in the app.module.ts file

How to Run (dev server)

  • npm install
  • npm run start
  • json-server db.json (run from root in another tab)

About

A todos list build with Angular 4 and Redux.

License:MIT License


Languages

Language:TypeScript 46.1%Language:CSS 24.0%Language:JavaScript 20.0%Language:HTML 9.9%