An open API service indexing awesome lists of open source software.

https://github.com/nwtgck/typescript-transformer-prac-web

Example of TypeScript Transformer
https://github.com/nwtgck/typescript-transformer-prac-web

example typescript typescript-transformer webpack

Last synced: 4 months ago
JSON representation

Example of TypeScript Transformer

Awesome Lists containing this project

README

          

# typescript-transformer-prac
TypeScript Transformer practice for converting `alert("...")` to `console.log("[alert]: ...")`.

## Run

```bash
cd
npm ci
npm run server
```

Then, you can go to and see the console.