https://github.com/tenpamk2/phaser3_vscode_debuggable_template
The template project which can debug at VSCode.
https://github.com/tenpamk2/phaser3_vscode_debuggable_template
Last synced: 4 months ago
JSON representation
The template project which can debug at VSCode.
- Host: GitHub
- URL: https://github.com/tenpamk2/phaser3_vscode_debuggable_template
- Owner: tenpaMk2
- License: mit
- Created: 2021-09-17T13:01:50.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-17T13:30:50.000Z (over 3 years ago)
- Last Synced: 2025-01-09T03:15:27.037Z (5 months ago)
- Language: JavaScript
- Size: 194 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# phaser3_vscode_debuggable_template
The template project which can debug at VSCode.
## Usage
Initialize.
```shell
npm install
```Start watching
- transpile `.ts` file
- copy files```shell
npm run watch
```start devServer in another shell window,
```shell
npm run start
```Start debug (Press `F5` ).
You set break-points at any place in your codes!!
;