huncwot
Version:
A Programming Environment for TypeScript apps built on top of VS Code
28 lines (16 loc) • 651 B
Markdown
# README
## Getting Started
Install dependencies
```
npm install
```
Start the application with
```
npm start
```
and go to [localhost:554](http://localhost:5544) to see the application running
## VSCode
The template includes .vscode directory with `launch.json` and `tasks.json`.
You can start Huncwot `Server` and `Client` tasks from <kbd>Tasks: Run Task</kbd> menu in Command Palette.
To start debugging in VSCode select one of the configurations in Run and Debug menu or select <kbd>Debug: Start Debugging</kbd> in Command Palette.
