Skip to content

faradayfan/express-service-template

Repository files navigation

Express Service Template

Dependencies

  • node 10.x
  • npm 6.9.x

Starting the Service

npm start

Development

After making changes, add unit tests to cover the new code. To run the unit tests:

npm run test

## for watch mode
npm run test:watch

There is a coverage requirement of 90% (statements, branches, functions, and lines).

Contributing

  1. Fork it (https://github.com/yourname/yourproject/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published