Thanks to Webpack 2, we can easily compile our application into a few tiny static files. The entire codebase compiles down into a 365kb
build direcotry for me, and it will easily be able to get even slimmer once I begin optimizing it.
using yarn
yarn build
using npm
npm run build