Skip to content

mannykary/typescript-node-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Developing a RESTful API With Node and TypeScript

Want to learn how to build this project?

Check out the blog post.

Want to use this project?

  1. Fork/Clone
  2. Install Node v6 using nvm - nvm install 6
  3. Install Gulp globally - npm install -g gulp@3.9.1
  4. Install dependencies - npm install
  5. Compile - gulp scripts
  6. Compile assets - gulp assets
  7. Run the development server - npm start
  8. Test - npm test

Sample Projects

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 90.0%
  • JavaScript 10.0%