UNPKG

huncwot

Version:

A Programming Environment for TypeScript apps built on top of VS Code

28 lines (16 loc) 651 B
# 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. ![](https://user-images.githubusercontent.com/200613/75420768-06c80080-5939-11ea-9824-716baa286bb7.gif)