Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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


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

Last synced: 13 days 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
```