- NodeJs https://nodejs.org/
- NPM ( in same package as NodeJs )
- Gulp ( command 'npm i -g gulp' )
- Enter to project directory and run following command 'npm i'
- Enter to server directory which is in the root and run following command 'npm i'
- Return to root folder and run 'gulp server'
- Open new tab of terminal ( cmd for Windows ), go to the root and run 'gulp client'