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?
- Fork/Clone
- Install dependencies -
npm install - Compile -
npm run build - Compile assets -
gulp assets - Run the development server -
npm start - Test -
npm test