More informations in Service-Provider-Starter.
- Clone project Service-Provider-Starter.
$ git clone https://github.com/meanstack-io/service-provider-starter.git yourProjectName
- Create your environment file.
$ cd yourProjectName && cp .env-example.js .env.js
- Run
$ npm start
Service Provider are the central place of your application.
Responsible for registering your new service to the core.
This method is called after all other service providers have been registered, which means that you have access to all other services that have been registered.
Copyright © 2017 MEANStack.io - Licensed under MIT.