Skip to content

sebherzinger/frontend-resources

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 

Repository files navigation

Frontend-Resources

A collection of all the resources usefull for every webdeveloper (not only at Netural)

Table of Contents

Essential Tools & Apps

Environment

  • [brew] (http://brew.sh/) /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
  • nodejs & npm brew install node
  • bower npm install -g bower
  • gulp npm install -g gulp-cli
  • grunt npm install -g grunt-cli
  • typescript npm install -g typescript
  • typings npm install -g typings
  • ember-cli npm install -g ember-cli
  • composer php -r "readfile('https://getcomposer.org/installer');" | php,sudo mkdir /usr/local/bin/,sudo mv composer.phar /usr/local/bin/composer
  • sass gem install sass
  • compass gem install compass
  • sass-globbing gem install sass-globbing

IDEs & Texteditors

  • Visual Studio Code Super nice code completion & integration, typescript
  • Atom Used by Facebook, developed by GitHub, great for hacking stuff
  • Sublime Most known web-dev text editor

Template Engines

Git

  • git brew install git
  • Sourcetree A free Git & Mercurial client for Windows or Mac.
  • Tower Version control with Git - made easy. In a beautiful, efficient, and powerful app.
  • GitHub for Desktop GitHub Desktop is a seamless way to contribute to projects on GitHub and GitHub Enterprise.
  • GitKraken The downright luxurious Git client, for Windows, Mac & Linux. Cross-platform, 100% standalone, and free.

Fonts

  • Fira Code Monospaced font with programming ligatures

Others

  • Slack A messaging app for teams.
  • Xcode Xcode command line tools.

Guidlines

CSS

  • SASS/SCSS We use SCSS
  • SMACSS Scalable and Modular Architecture for CSS.
  • BEM Block Element Modifier

Other Apps

  • Image Optim Removes bloated metadata. Compressing images without losing quality.

Online Tools

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published