`babel src -presets react,env -out-dir static` this has to be corrected to `babel src --presets react,env --out-dir static` It's mentioned properly in the GitHub repo
babel src -presets react,env -out-dir staticthis has to be corrected to
babel src --presets react,env --out-dir staticIt's mentioned properly in the GitHub repo