How much to make an app

Setup

  1. Install node
brew install node
  1. Run
npm install
  1. Start app (optional)
npm run start
  1. Watch changes and compile
npm run watch