Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 488 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 488 Bytes

angular-demo-site

A web application built in AngularJS with the purpose of testing and demoing for an examination project.

To run it:

Make sure you have node.js and npm installed.

Follow the prerequisite steps in this link for your specific OS.

Clone the repository.

Change directory to the project root, run: npm install

After the installation, run npm start

Navigate to localhost:8000/app in your browser