https://github.com/aleximb/pppp-demo
https://github.com/aleximb/pppp-demo
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/aleximb/pppp-demo
- Owner: AlexImb
- Created: 2020-05-16T19:29:15.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T06:05:58.000Z (over 3 years ago)
- Last Synced: 2024-12-28T08:43:18.330Z (over 1 year ago)
- Language: JavaScript
- Size: 554 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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
```