Puppo / ng-todo-list-example

A simple Todo List app to show angular 5.x and Redux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NgTodoListExample

This project is create as example of angular app with redux

Run Application

npm run start:api
(in other terminal)
npm run start:ui

Run PWA Application

npm run start:api
(in other terminal)
npm run start:pwa

Test Application

npm run test

E2E Application

npm run start:api:test
(in other terminal)
npm run e2e

About

A simple Todo List app to show angular 5.x and Redux


Languages

Language:TypeScript 96.0%Language:JavaScript 2.7%Language:CSS 1.0%Language:HTML 0.3%