-
Notifications
You must be signed in to change notification settings - Fork 17
For Developers
Rigel Kent edited this page Feb 10, 2023
·
3 revisions
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.
Extensions [Ctrl+Shift+x]
- markdownlint
- Prettier - Code formatter
- TSLint
- vscode-proto3
- npm
Settings [Ctrl+,]
{
"tslint.autoFixOnSave": true,
"editor.formatOnPaste": false,
"editor.formatOnSave": true
}