A super-simple Node starter project with Jest, Flow, Babel, and Webpack.
That's it!
npm run startCompile src/index.js to build/bundle.js and run it.npm run watchStart watching src/index.js and compile it on change.npm run testRun Jest tests.npm run flowRun Flow checks.