./node_modules/.bin/babel client --out-dir public --presets @babel/preset-react --source-maps inline make this an npm script code example
Example: babel cmd
babel src\app.js --out-file=public\scripts\app.js --presets=env,react --watch
babel src\app.js --out-file=public\scripts\app.js --presets=env,react --watch