- docker-compose - Used for local development
- docker-sync - Speeds up local dev environment on Mac and windows
- Sass/scss - A css precompiler which offers additional functionality to css
- Browsersync - A tool used to auto-reload and auto-inject changes in to the browser
- Gulp - A tool which runs repetative tasks for you automatically.
- Install docker
- Install docker-compose and docker-sync
- Run docker-compose up
- Run docker-compose up exec php composer Install
- Go to localhost in your browser
- Install node 10
- Install gulp globally
- Install browserify globally (Optional)
- Run gulp watch and make changes to scss files.
- The view engine dies when rendering large pages. Temp solution; paginate :D