GitHub - stevenschmatz/docker-babel-flow: :stars: A Docker image to write ES6 + Flow code that autoreloads and runs anywhere.

1 min read Original article ↗

Skip to content

Navigation Menu

docker-babel-flow

🌠 A Docker image to write ES6 + Flow code that autoreloads and runs anywhere.

Usage

Development (locally):

Production:

Challenges & Feature Requests

At least in VirtualBox-based installations of Docker, a file update does not trigger the inotify event.

gulp-nodemon, like most inotify-based file watchers, won't work with these installations.

It's unlikely to be resolved soon. Some have proposed rsync-based syncronization tools, but it seems like there's nothing that works well out of the box.