ludlu | 7 years ago | on: TypeScript in 5 minutes
For node projects I use ts-node with nodemon watching for filechanges and takes care of restarting the server.
And then to build the project for release thats done with tsc.
ludlu | 7 years ago | on: TypeScript in 5 minutes
ludlu | 7 years ago | on: Tailwind: style your site without writing any CSS
And for example in React to build a component with conditional styling I use classNames and use props that correspond to classes.
ludlu | 8 years ago | on: Show HN: Noderize – Create Node apps in 30 seconds
ludlu | 9 years ago | on: Servo nightly builds on Windows now available