Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 496 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 496 Bytes

Code Builder

Visual programming with TypeScript

Once I wondered how cool it would be if I could do visual programming in modern language.
And after years of coding in TypeScript, I become more attached to it.
So I give it a try.

Screenshot

forEach

forEach

for of

for of

Setup

# install dependencies
npm install

# run the app
npm start

Open http://localhost:3000 to view it in the browser.