/JSloth

Express Framework Opinionated Expansion by @unicoderns

Primary LanguageTypeScriptMIT LicenseMIT

JSloth

Modular TDD express app using Typescript

Travis Dependencies Dev Dependencies

First steps

  • Create config.json file (A sample_config.json is provided).

  • Install dependencies:

npm install
  • Run the tests:
npm test
  • Run the server:
npm start