Skip to content
View yacafx's full-sized avatar
๐Ÿ’ญ
Coding... ๐Ÿ‘ฝ๐Ÿ‘พ๐Ÿ’ป๐Ÿ•น
๐Ÿ’ญ
Coding... ๐Ÿ‘ฝ๐Ÿ‘พ๐Ÿ’ป๐Ÿ•น

Organizations

@riactive
Block or Report

Block or report yacafx

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. NGNIX configuration for run node app... NGNIX configuration for run node app and php app at the same same time - This configuration made Node and Wordpress working at the same time on two different routes.
    1
    ### /etc/nginx/sites-available/default
    2
    server {
    3
    
                  
    4
    listen 80 default_server;
    5
            listen [::]:80 default_server;
  2. Gulp configuration with local web se... Gulp configuration with local web server, livereload, browser-sync and sass compilation
    1
    /***** 
    2
    *
    3
    * Install first this modules as devDependencies
    4
    * 
    5
    *  npm install browser-sync gulp gulp-autoprefixer gulp-connect gulp-load-plugins gulp-sass --save-dev