Skip to content
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.

Latest commit

 

History

History
18 lines (12 loc) · 524 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 524 Bytes

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 - gulp scripts
  4. Compile assets - gulp assets
  5. Run the development server - npm start
  6. Test - npm test

Sample Projects