Webpack + Typescript + Express + Jest + Chai
$ yarn
A post install script will transpile Typescript code into javascript. Transpiled code can be found at ./dist/server.js
.
$ yarn test
$ COVERALLS_REPO_TOKEN=XXXX yarn test-ci
You need to add your coveralls repository token, otherwise it will fail.
$ yarn start
This will launch the server as is.
$ yarn pm2
This will launch the server with pm2 instead.
A small Express application written in Typescript and set with Webpack. Tests are done with Jest + Mocha/Chai.
You can find the demo app running at: https://api-skel.herokuapp.com/.
- Pierre Repetto-Andipatin mailto:pierre@anthillsolutions.ch
MIT