Skip to content

janicmikes/linkit

Repository files navigation

LinkIt Build Status

WED1 LinkIt Project

This is a school project in Web Engineering and Design 1 at the Hochschule für Technik Rapperswil.

The basic idea is to create a simplified Reddit clone.

Screenshot

Requirements

Installed Node.js (with npm)

Run project

After a fresh clone you need to install all dependencies

npm install

Start the project

npm start

Browse to http://localhost:3000.

Test project

To test this project the grunt-cli is required

npm install -g grunt-cli

Test with

npm test

Involved Developers