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

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

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