https://github.com/vzhou842/faster.js-demo
An demo of the faster.js Babel plugin.
https://github.com/vzhou842/faster.js-demo
babel demo fasterjs fastjs javascript
Last synced: about 1 month ago
JSON representation
An demo of the faster.js Babel plugin.
- Host: GitHub
- URL: https://github.com/vzhou842/faster.js-demo
- Owner: vzhou842
- License: mit
- Created: 2018-04-09T17:55:05.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-02-18T20:20:58.000Z (over 7 years ago)
- Last Synced: 2025-10-26T14:18:36.530Z (8 months ago)
- Topics: babel, demo, fasterjs, fastjs, javascript
- Language: JavaScript
- Homepage: https://fasterjs-demo.victorzhou.com
- Size: 1.76 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# faster.js Demo
This project is meant to provide a demo of the [faster.js](https://github.com/vzhou842/faster.js) Babel plugin. It compares the performance of some rendering code with and without [faster.js](https://github.com/vzhou842/faster.js).
To run this project:
```shell
npm install # Install dependencies
npm run build # Build client bundles
npm start # Start the server
```
Then visit [http://localhost:3000](http://localhost:3000) in any web browser to see the comparison.
