Node.js: Difference between revisions
No edit summary |
No edit summary |
||
| Line 17: | Line 17: | ||
* [http://eirikb.github.io/nipster/ nipster] search for npm modules | * [http://eirikb.github.io/nipster/ nipster] search for npm modules | ||
== | == Front-end Build Tools == | ||
When doing nodejs development, you may also wish to employ | When doing nodejs development or [[front-end development]], you may also wish to employ some sort of build system or task runner for performing repetitive tasks like minification, compilation, unit testing, linting, etc. | ||
* While many people have been using '[http://gruntjs.com/ Grunt]' | |||
* I like '[http://slides.com/contra/gulp Gulp]' better because it's code over configuration and more intuitive. | |||
* Meanwhile, Andrew Krespanis of SitePoint shows a great example of how you can simply [http://www.sitepoint.com/using-gnu-make-front-end-development-build-tool/ use GNU Make for a front-end development build tool] | |||
The people of Node (e.g. | == Node Happenings == | ||
The people of Node (e.g. [https://github.com/mikeal Mikeal Rogers]) are doing a lot of interesting things. Like [http://jsfest.com/ JSFest] which happened in SanFrancisco 2014, or Node school. | |||
[[Category:JavaScript]] | [[Category:JavaScript]] | ||