Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 265 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 265 Bytes

Developing a RESTful API With Node and TypeScript

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