Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 696 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 696 Bytes

Trello Clone

This project will help you in creating something similar to trello. Morover, it will also help you to learn some best practices of angular.

Pre-Requisite

  • Angular 1.6
  • Node HTTP Server

Installation

Since this project use templates and most modern browser did not load templates form file URL, we will use node server for this project. You can install node server by executing following commands.

npm install http-server -g  

Once node server will be installed, then go to root directory of folder and simply execute

   http-server

For more information, you can read complete documentation Here