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
npm run init
npm run install
cd server && docker-compose up
npm run start-server
npm run start-webapp