Skip to content

For Developers

Rigel Kent edited this page Feb 10, 2023 · 3 revisions

Development server

Run npm start for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Setup IDEs

Extensions [Ctrl+Shift+x]

  • markdownlint
  • Prettier - Code formatter
  • TSLint
  • vscode-proto3
  • npm

Settings [Ctrl+,]

{
    "tslint.autoFixOnSave": true,
    "editor.formatOnPaste": false,
    "editor.formatOnSave": true
}
Clone this wiki locally