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

https://github.com/aleximb/pppp-demo


https://github.com/aleximb/pppp-demo

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# Transpilers Reasearch Demos - Programming Principiles, Patterns & Processes @ UT

## Optional Chaining

## Decorators

## Running the experiments

Install the dependencies using your favorite package manager.

```
npm install
```

See `package.json` for the possible scripts and run them with npm or yarn.

```
npm run optional-chaining-babel
```

## Generating Plato reports

```
npx plato -r -d client-server-report client-server
```