https://github.com/matheus1lva/metro-web-example
Repository as an example of metro-bundler used on the web
https://github.com/matheus1lva/metro-web-example
benchmark bundler metro-bundler webpack
Last synced: 5 months ago
JSON representation
Repository as an example of metro-bundler used on the web
- Host: GitHub
- URL: https://github.com/matheus1lva/metro-web-example
- Owner: matheus1lva
- Created: 2019-02-16T21:20:22.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T03:20:42.000Z (over 2 years ago)
- Last Synced: 2024-12-30T12:22:24.252Z (5 months ago)
- Topics: benchmark, bundler, metro-bundler, webpack
- Language: JavaScript
- Homepage:
- Size: 8.87 MB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Metro bundler on a web application
This is an example and a POC on how to use metro-bundler to render a react application on the web platform.
## Usage
To run `metro-bundler` just run `yarn metro:build`.To build using `webpack` run `yarn wp`.
To run `fastpack` run `yarn fp`.
## Benchmark