GitXplorerGitXplorer
r

metro-sample-app

public
29 stars
8 forks
2 issues

Commits

List of commits on branch master.
Unverified
acf70d59dc083969e8c25309cf397c3ae9251a21

Bump to metro@0.34.0

rrafeca committed 7 years ago
Unverified
32e3a0853ab248cf22a7704ce95e3375bd78c1ca

Bump to metro@0.33.0 and babel 7

rrafeca committed 7 years ago
Unverified
5bfb337af02c3921104d466823c3182deeb281b8

Bump metro@0.32.0

rrafeca committed 7 years ago
Unverified
1f446d959ce3d9a3a250d734122b650fb5b3b394

Bump metro@0.30.1

rrafeca committed 7 years ago
Unverified
b7254cc91efd6fe8ca387ab4998a6d4f8fa549eb

Add sourcemap support for prod builds

rrafeca committed 7 years ago
Unverified
1834fc4867401144c9c3917dae930e6de1a769a1

Bump metro@0.30.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.