Skip to content

tudorg-telenav/typescript-playground

Repository files navigation

README

What is this repository for?

  • TypeScript setup and debugging demo (using Electron, Express and React)
  • Version 1.0
  • Learn Markdown

How do I get set up?

  • 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)

How can I contribute?

  • Writing tests
  • Code review
  • TODO: MySql integration

Who do I talk to?

  • @tudor-goia

About

TypeScript setup and debugging demo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published