This repository contains code for the Youtube video about Metro Bundler.
It consists of two parts:
build.js
script builds your application into one file.server.js
runs a dev server for your application.
To run one of these scripts do yarn install
and node server.js
or node build.js
More information in the video: https://youtu.be/VMoRoD4YjcE