/React-Babel

Very simple React.js project structure

Primary LanguageJavaScript

Run command for watching files:

  • babel src/app.js --out-file=public/scripts/app.js --presets=env,react --watch

or simply run

  • npm start