Globely

Globely aims to bridge the gap between Chinese distributers and western European/ U.S. suppliers.

Globely Dev Setup

  1. Start Gulp Open up a terminal window/tab and type
gulp watch

Gulp will make sure that all your SCSS gets compiled.

  1. Start Laravel Server Open up a new terminal window/tab and type
php artisan serve
  1. Direct your browser to http://localhost:8000 You should be able to see all your changes on refresh.

  2. All your Laravel questions can be answered here https://laracasts.com/series/laravel-5-fundamentals

Don't forget to git branch when working on a feature.