Skip to content
This repository has been archived by the owner on Dec 4, 2017. It is now read-only.

Latest commit

 

History

History
31 lines (21 loc) · 964 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 964 Bytes

Reddit Clone stability-deprecated Build Status

⚠️ This repository is no longer maintained by Lukas Martinelli.

This is a Single Page App built with AngularJs on the client side and Node on the server side. The same Project has been realized in JSF. It is a mini project created after the specifications given in the Internet Technologies lecture.

Screenshot

Requirements

You should have NodeJS and npm installed. For testing and linting the project you need Grunt.

Run Project

npm install
node server.js

Now visit http://localhost:4730/index.html.

Test Project

grunt test