Skip to content

amorimdev/seneca-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Seneca Example

This project is an example of how Seneca.js works

Patterns

role: first-app
role: seconde-app

Service Dependency

  • SecondApp

Package Dependency

Installing

$ npm i

Starting

$ npm run start-first-app
$ npm run start-second-app

Environment Variables

LOG_LEVEL

Useful Scripts

  • Start SecondApp in background:
$ npm run start-second-app-background
  • Stop SecondApp in background:
$ npm run stop-second-app-background

Tests

$ npm test

Run tests with Node debugger:

$ npm run test-debugger

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors