Web site for GlobalVision
Steps
-
Install php
-
Configure inteliji:
- Install PHP plugin
- Configure PHP Interpreters.
Go to
File -> Settings -> Languages & Frameworks -> PHP
. - Install LivePlugin plugin
-
Add Run configuration PHP Built-in Web Server
Document root:D:\proj\globalvision\dist
-
Install LiveReload chrome extension
-
Install required packages. Run
npm install
-
Install gulp and run
gulp dev
or just simply runnpm run dev