• Skip to main content
  • Select language
  • Skip to search
MDN Web Docs
  • Technologies
    • HTML
    • CSS
    • JavaScript
    • Graphics
    • HTTP
    • APIs / DOM
    • WebExtensions
    • MathML
  • References & Guides
    • Learn web development
    • Tutorials
    • References
    • Developer Guides
    • Accessibility
    • Game development
    • ...more docs
App Center
  1. MDN
  2. Tecnologia da Web para desenvolvedores
  3. App Center
  4. App developer tutorials
  5. General app development tutorial
  6. Your app development environment

Your app development environment

In This Article
  1. Text editors
    1. Cross-platform
    2. Windows only
    3. Mac only
  2. Web developer tools
    1. Tools for Firefox users
    2. Tools for Google Chrome users

Before you can dive into creating your web application, you need to make sure you have the tools required.

Text editors

A solid text editor is the most crucial tool. There are several free text editors available, including:

Cross-platform

  • jEdit
  • Emacs
  • vim
  • Komodo Edit

Windows only

  • Notepad++

Mac only

  • TextWrangler

These are not, of course, exhaustive lists.

Web developer tools

As you would expect, testing and debugging of your application will be done within the browser. You’ll want to snag a few handy developer tools for your browser. These tools will help with everything from the inspection and styling of visual elements of your app, to observing network traffic and debugging JavaScript. We strongly suggest you find a combination of tools that works for you, they can be a lifesaver.

Tools for Firefox users

Firefox has a lot of built-in developer tools; see the Tools->Web Developer submenu, learn more about Firefox developer tools, or look at the Tools page on MDN. Here are some useful Add-ons:

  • Firebug
  • Web Developer's Toolbox Collection
  • Web Developer Toolbar
  • Firepicker
  • Firecookie
  • User Agent Switcher
  • ColorZilla

Tools for Google Chrome users

  • Web Inspector
  • Web Developer Official port of Firefox's plugin
  • Pendule

Additional resources can be added to your development environment as needed, but a text editor, browser, and developer tools will get you well on your way to creating a great web app!

Document Tags and Contributors

Tags: 
  • Text editors
  • Web developer tools
 Contributors to this page: riteshgaur, Syedfaisal, Sheppy, markg
 Last updated by: riteshgaur, Dec 12, 2015, 4:43:27 AM