lucassus / ts-express-ddd-seed

Express.js seed using Typescript experiment with latest frameworks and patterns

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ts-express-ddd-seed

A sample nodejs project to experiment with some enterprise software concepts as well as latest frameworks and technologies:

Installation

Ensure that you have node >=6 and npm >=3 installed on your machine.

Clone the repo, install the dependencies and run the app:

$ git clone https://julianosam@bitbucket.org/julianosam/ts-express-ddd-seed.git
$ cd ts-express-ddd-seed
$ npm install
$ npm start

Run E2E tests and generate coverage report

$ npm run test:e2e:coverage
$ open coverage-e2e/lcov-report/index.html

Run TSLint

$ npm run lint

Run release task to run all tests and verifications

$ npm run release

Changelog

  • 0.0.1 - Initial code

About

Express.js seed using Typescript experiment with latest frameworks and patterns


Languages

Language:TypeScript 100.0%