Skip to content

aixjs/22-02-2017-git-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Git Presentation

Setup

Node

curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -
sudo apt-get install -y nodejs

Gulp

sudo npm install gulp -g

Dependencies

npm install

Run

Gulp

gulp

Server

npm run dev

Git

.gitignore

In the git ignore file we add libs, IDE files like .idea for WebStorm and gulp generated files. Those files are generated by users after cloning project.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published