Skip to content

gabrielsmorais/Angular-To-Do-List

Repository files navigation

TodoApp

Developed with Angular CLI version 1.6.5.

Dependencies

Run npm install install dependencies.

Dev Server

Run npm run json-server to start the json DB. It will be hosted on http://localhost:3000/.

Run ng serve to start the angular server. It will be hosted on http://localhost:4200/.

Build

Run ng build to build the project. Build directory is dist/.

Deploy

Live version of the application running on Firebase Hosting, deployed through Firebase Hosting.

IF THERE ARE NO ITEMS IN THE LIST ON FIREBASE HOSTING, THE json DB IS OFFLINE. PLEASE CLONE THE REPOSITORY AND RUN THE STEPS ON Dev Server