Aldair47x / Filter-Redux-TodoApp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ToDo App in Angular 7.0 with Redux

Ngrx

This project is to practice the concepts of ngrx, actions, store, reducers with angular.

Installing and Running

  1. Make sure that you have node and npm installed on your computer.
  2. Fork and clone this repo on your computer.
  3. cd into the root directory and run npm install.
  4. Run npm start and point your browser to localhost:4200.

The Final Product!

This aplication can run in a localhost or the following URL

Tips

Restarting the server


When you make changes to any JavaScript files, you have to restart the server. Just press `ctrl + c` in the terminal to stop the server and `npm start` or `node ./bin/www` to start it up again. This process can get very tedious, so I highly recommend that you install Nodemon. This package will automatically restart your server every time you make changes to your JS files. All you have to do is run `sudo npm install -g nodemon` to install the package globally and then run `nodemon index.js`. The package takes care of the rest!

About

License:MIT License


Languages

Language:TypeScript 81.0%Language:HTML 11.2%Language:JavaScript 7.5%Language:CSS 0.3%