- TypeScript setup and debugging demo (using Electron, Express and React)
- Version 1.0
- Learn Markdown
- install VScode
- install nodeJS
- run "npm install"
- open project in VSCode
- define a custom keybinding in vscode:
{
"key": "ctrl+shift+b",
"command": "workbench.action.tasks.runTask"
}
- CTRL + SHIFT + B twice to run both tasks defined in tasks.json - webpack configuration is also running transpilation
- run / debug the project's main process from VSCode's 'Launch' configuration
- run / debug the project's render process from Electron's built-in Chrome-DevTools (webpack script category)
- Writing tests
- Code review
- TODO: MySql integration
- @tudor-goia