Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 252 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 252 Bytes

Intro to Go+TypeScript

I wanted to learn more about Go and TypeScript. This repo brings them both together.

Dependencies

  • TypeScript
    • Install NodeJS
    • npm install -g typescript

Run

  • Build the assets: tsc
  • Run: go run main.go