/glsdk-project

Starter for the Grand Lyon Software Development Kit (gather glsdk-server, glsdk-client, glsdk-proxy as submodules)

GNU General Public License v3.0GPL-3.0

glsdk-project

Starter for the Grand Lyon Software Development Kit (gather glsdk-server, glsdk-client, glsdk-proxy as submodules)

GrandLyon Starter Kit Developpement is an application build with these framework :

  • Module server : NodeJS application with LoopBack framework
  • Module client : Angular application and FireLoop framework for connexion to module server

architecture

Install

npm run init
npm run install
cd server && docker-compose up
npm run start-server
npm run start-webapp

Quickstart