Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 525 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 525 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 - npm run build
  4. Compile assets - gulp assets
  5. Run the development server - npm start
  6. Test - npm test

Sample Projects