Skip to content
This repository has been archived by the owner on Jul 25, 2021. It is now read-only.

Development Tools

Amish Shah edited this page Jul 17, 2020 · 6 revisions

« Previous page: Quick Start


Development Tools

The following tools are recommended for working with this project:

  • Visual Studio Code

    • A powerful code editor with excellent TypeScript/Node.js support.
    • The following extensions for Visual Studio Code are recommended:
      • ESLint - allows lint errors/warning to be shown in the editor itself, and also has an option to fix basic lint errors.
      • Docker - allows you to manager Docker without having to type commands.
  • Postman

    • Allows us to easily test our API and make requests to it. You can save requests and example response data which is really useful!

» Next page: Working with the repo

Clone this wiki locally