@gustavonobreza/typescript-setup
v1.0.0
Published
To start the project run ``yarn`` or ``npm install``
Downloads
5
Readme
Template to your Typescript Node project
1.0.1
Express 5.0.* - Express is a minimal and flexible Node.js web application framework.
Babel @7.13.* - To build project and get it ready for production.
Jest @26.6.* - Jest is a delightful JavaScript Testing Framework with a focus on simplicity. Using TS-JEST make it works with Typescipt.
Supertest @6.1.* - A library for testing Node.js HTTP servers.
Ts-node-dev 1.1.* - Compiles your TS app and restarts when files are modified. Like a nodemon + ts-node.
To start the project run yarn
or npm install