Skip to content

Dev's Guide: Setting up frontend IDE

Ashar Fuadi edited this page Dec 16, 2018 · 13 revisions

This sections explains how to set up IDE for local frontend development.

Prerequisites

Any IDE, but we highly recommend using VS Code. This section will only cover setup on VS Code.

Setting up VS Code project

  1. Open VS Code.
  2. Open judgels-frontends/raphael directory. The project should now be ready.
  3. Install TypeScript Extension Pack extension.
  4. You're done!