Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 327 Bytes

README.md

File metadata and controls

9 lines (9 loc) · 327 Bytes

indecision-app

Install instructions:

  • brew update && brew upgrade node npm yarn
  • yarn global add eslint live-server babel-cli
  • yarn init
  • yarn add babel-preset-react babel-preset-env #NOTE: no "global"
  • babel src/app.js --out-file=public/scripts/app.js --presets=env,react --watch
  • live-server public