Skip to content

🎓 A minimal gulp sample project that also uses npm and nodeenv.

License

Notifications You must be signed in to change notification settings

jhermann/hello-gulp-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hello-gulp-js

A minimal gulp sample project that also uses npm and nodeenv.

Building the Project

You create a nodeenv, install the project dependencides in it, and then run the build tool gulp. Other wide-spread ones are grunt and bower.

git clone "https://github.com/jhermann/hello-gulp-js.git"
cd hello-gulp-js

test -e bin/npm || nodeenv --node=system --with-npm --force .
. bin/activate
test -d lib/node_modules/gulp || npm install -g gulp

npm install
gulp

Similar Projects

About

🎓 A minimal gulp sample project that also uses npm and nodeenv.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published