Skip to content

mjhea0/typescript-node-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 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 dependencies - npm install
  3. Compile - npm run build
  4. Compile assets - gulp assets
  5. Run the development server - npm start
  6. Test - npm test

Sample Projects