Skip to content

pawndev/habits-old

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To start this project make sure you've typescript, typings, nodemon, yarn

Global Install

npm install -g typescript
npm install -g nodemon
npm install -g typings

And for install yarn, please check the official yarn website

Begin

typings install
yarn install

To build the project: yarn run build

To start the project: yarn run start

To watch (compile and restart) the project: yarn run watch

(You can also use these different tasks with the npm command)

I recommend to work with visual-studio-code, because it's one of the most popular editor to write in typescript.

TODO

  • npm tasks
  • Controllers
  • Config
  • Decorations
  • Interface
  • Routes
  • Plugins
  • Services
  • @inject decorator
  • Mongo in promise pattern
  • Units Test
  • TSLint
  • File Logger
  • Joi Validation
  • LDAP Token
  • Activate Template Engine (just in case)

About

Nodejs framework based on hapijs/typescript/joi/boom and many other good things

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published