Have Node.js and npm installed.
git clone https://github.com/RELATO/nestea
npm install -g gulp
npm install -g typescript
npm install -g typings
npm install
typings install
gulp serve
MIT, tl;dr - use however you want.
Based on excelent work from https://github.com/cafesanu/Node-Typescript-Express4-Sequelize-epilogue
Node.js application build with Express 4, Typescript 1.7.5, Sequelize ORM(MySQL ORM), and epiloge (for automatic REST endpoints)
Node.js application with unit test and integration test build with Express 4.x, TypeScript 1.7.x, Sequelize ORM(MySQL ORM), and epiloge (for automatic REST endpoints)
This is not an active repo, but feel free to send any PR :)