Skip to content
/ todo Public
forked from Choukouali2014/todo

Todo App based on RxJS, NgRx and Dragula

Notifications You must be signed in to change notification settings

dave-k/todo

 
 

Repository files navigation

Todo App

This project was generated with Angular CLI version 8.2.1.

Technologies used

  • Node 8.9.4
  • ngrx 8.3.0
  • Angular CLI 8.2.1
  • Angular 8.2.1
  • ng2-dragula 2.1.1
  • RxJS 6.4.0f
  • Typescript 3.5.3
  • Bootstrap 4.3.1

Setup

Clone the repo

git clone https://github.com/Choukouali2014/todo.git

Run cd todo to go inside the directory

Install dependencies

Run npm install

This application uses a backend counterpart:

Development server

Run json-server --watch db.json to start JSON Server Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Generate Build files

Run ng build to generate Built Files in the dist directory.

About

Todo App based on RxJS, NgRx and Dragula

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 71.8%
  • HTML 14.1%
  • JavaScript 8.5%
  • CSS 5.6%