Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 591 Bytes

README.md

File metadata and controls

29 lines (15 loc) · 591 Bytes

Module Linkup/ Glue

The purpose of this app is to provide glue between different modules.

Install an app

Run the following command in root directory of an app in command prompt.

Install node packages

server/ node install

Install bower components

client/src/ bower install

Run an app

Run Server

Run the following command in root directory of an app in command prompt.

server/ node server.js

You can see the port number in command prompt after sucessfull run

You can change the settings in server/config/config.js file