You must have PHP installed locally.
- Run the setup script:
bash ./setup.sh
- Start Dev server:
npm run start - Visit http://localhost:8080, you should see something
- Run migrations:
vendor/bin/phinx migrate
You must have Browserify installed: npm install -g browserify
- Build App:
gulp [--production] - Build App and Watch:
gulp watch - More:
gulp --tasks