Ecosyste.ms: Awesome
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: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/aleximb/pppp-demo
- Owner: AlexImb
- Created: 2020-05-16T19:29:15.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T06:05:58.000Z (almost 2 years ago)
- Last Synced: 2023-03-09T04:11:22.199Z (over 1 year ago)
- Language: JavaScript
- Size: 554 KB
- Stars: 0
- Watchers: 2
- 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
```