Skip to main content

Home/ Tools for web developers/ Group items matching "tutorial" in title, tags, annotations or url

Group items matching
in title, tags, annotations or url

Sort By: Relevance | Date Filter: All | Bookmarks | Topics Simple Middle
Vernon Fowler

Pineapple · Web Tutorials and Resources That Don't Suck - 0 views

  •  
    "A central hub of Tutorials, Tools and Assets for developers and designers"
Vernon Fowler

Git Immersion - Brought to you by Neo - 0 views

  •  
    "Git is a powerful, sophisticated system for distributed version control. Gaining an understanding of its features opens to developers a new and liberating approach to source code management. The surest path to mastering Git is to immerse oneself in its utilities and operations, to experience it first-hand."
Sarah HL

Is Your Product's Documentation Good Enough? - 0 views

  • Tutorials
    • Sarah HL
       
      And I can link more tutoriels from share to the doc
Vernon Fowler

Grunt for People Who Think Things Like Grunt are Weird and Hard ◆ 24 ways - 0 views

  • You install Grunt on a per-project basis. Go to your project’s folder. It needs a file there named package.json at the root level. You can just create one and put it there.
  • The contents of that file should be this: { "name": "example-project", "version": "0.1.0", "devDependencies": { "grunt": "~0.4.1" } }
  • Once that package.json file is in place, go to the terminal and navigate to your folder.
  • ...3 more annotations...
  • This is a one-liner again. Just run this command in the terminal: npm install -g grunt-cli
  • Then run the command: npm install
  • You should close and reopen the terminal as well. That’s a generic good practice to make sure things are working right.
1 - 8 of 8
Showing 20 items per page