Friday, July 5, 2013

Tools For The Young UI / Web Developer


Some interesting Front-end tools to build high performance and cutting edge application.

EditorConfig
Used to maintain consistent coding style between different editors and IDEs.

LiveReload
It's one of the my favorite tool. It monitors changes in file system and once you save a file, your browser is automatically refresh the page to reflect your changes. It is very cool when you change a CSS file or an image, the browser updated instantly.

Grunt
Grunt - The JavaScript Task Runner. It's used for concatenating files, minifying files and for css/javascript linting.

Sublime Text Editor
Sublime Text is a sophisticated text editor for code, markup and prose. You'll love it's extraordinary features - one of my favorite is: quickly navigate between files and filter on files and directories names.

No comments:

Post a Comment