GitXplorerGitXplorer
r

metro-sample-app

public
29 stars
8 forks
2 issues

Commits

List of commits on branch master.
Unverified
4a34a06a40802fd7ef57cb36641f8ee23aa44594

Upgrade to latest version of metro

rrafeca committed 6 years ago
Unverified
9ddff1c5e8233bc5eec45ca830172c256a83110d

Upgrade to metro@0.49.0

rrafeca committed 6 years ago
Unverified
a35e62f8ed625795369cc1940f9e932519ae282f

Upgrade to metro@0.47.0

rrafeca committed 6 years ago
Unverified
660f076f139a37689a48c9cadbe2add760b7945a

Upgrade to metro@0.43.3

rrafeca committed 6 years ago
Unverified
6b1dd9309e938161fbdb9a4c660eca5849a5e4ef

Upgrade to metro@0.38.0

rrafeca committed 7 years ago
Unverified
b49753e2c0ee2a02b55f822c84847e8d9f052e24

Bump to metro@0.35.0

rrafeca committed 7 years ago

README

The README file for this repository.

metro-sample-app

This repo contains a very simplistic web app being built with metro, using the minimal configuration.

Development

To use metro for development, start the metro server by running:

$ yarn run server

Now you can open the dev.html file and start modifying the code in the src/ folder.

Production

In order to build the app for production, execute:

$ yarn run build

This will generate the production bundle in the build/ folder. You can test it by opening the prod.html file in your browser.