Book Image

WebStorm Essentials

By : Stefan Rosca, Den Patin
Book Image

WebStorm Essentials

By: Stefan Rosca, Den Patin

Overview of this book

<p>JetBrains WebStorm is a commercial and powerful IDE, perfectly equipped for complex client-side development and server-side development with Node.js. It provides first-class support for JavaScript, Node.js, HTML, and CSS. WebStorm is the number one choice for developing web applications due to its advanced features and integration with a plethora of topical technologies such as Meteor and Gulp.</p> <p>This book will be your companion in building high-quality web applications using WebStorm, taking advantage of the newest features of Webstorm 10.</p> <p>You will start with an introduction to the latest features of WebStorm and its interface, followed by learning how to set up a new project with the help of templates. You will then build a web application using AngularJS, ReactJs, Node.js, Express, and Meteor. This book will also show you how to use pioneering HTML5 technologies in mobile application development and package managers, as well as how to build automation tools for your application. Finally, you will discover how to perform debugging, tracing, profiling, and code style checking activities directly in WebStorm, followed by testing your application inside WebStorm, using some of the most popular testing libraries out there.</p> <p>By the end of this book, you will have a solid understanding of how to develop powerful web applications quickly and easily with WebStorm.</p>
Table of Contents (16 chapters)
WebStorm Essentials
Credits
About the Authors
About the Reviewer
www.PacktPub.com
Preface
5
AngularJS, React, Express, and Meteor – Developing Your Web Application
Index

Preface

Exploit the functional power of WebStorm to build better JavaScript applications!

Developers call WebStorm "the smartest JavaScript IDE", and this couldn't be any truer. It outperforms all its competitors and offers some very interesting features such as intelligent code assistance, debugging and testing, seamless integration of various tools, VCS integration, and many more.

This book is aimed at helping the reader get the benefit of all the features and possibilities that WebStorm brings to the world of frontend development.

We will go through all current technologies, building everything from simple websites to single page applications with Angular and Meteor and native mobile applications using HTML5, JavaScript, and CSS. We will also go through some of WebStorm's power features that will help us boost our productivity and enhance developer experience!

What this book covers

Chapter 1, Getting Started with WebStorm, tells you concisely about WebStorm 10 and its new features. It helps you install it, guides you through its workspace, discusses setting up a new project, familiarizes you with the interface and useful features, and describes the ways to customize them to suit your needs.

Chapter 2, Improving Your Efficiency with Smart Features, exposes the most distinctive features of WebStorm, which are at the core of improving your efficiency in building web applications.

Chapter 3, Developing Simple Web Pages, describes the process of setting up a new project with the help of templates by importing an existing project, serving a web application, and using File Watchers.

Chapter 4, Using Package Managers and Build Automation Tools, describes using package managers and building systems for your application by means of WebStorm's built-in features.

Chapter 5, AngularJS, React, Express, and Meteor – Developing Your Web Application, focuses on the state-of-the-art technologies of the web industry and describes the process of building a typical application in them using the power of WebStorm features.

Chapter 6, Immersing Yourself in Mobile App Development, shows you how to use JavaScript, HTML, and CSS to develop a mobile application and how to set up the environment to test run this mobile application.

Chapter 7, Analyzing and Debugging Your Code, shows how to perform the debugging, tracing, profiling, and code style checking activities directly in WebStorm.

Chapter 8, Testing Your Applications, presents a couple of proven ways to easily perform application testing in WebStorm using some of the most popular testing libraries.

Chapter 9, Getting to Know Additional yet Powerful Features, is about a second portion of powerful features provided within WebStorm. In this chapter, we focus on some of WebStorm's power features that help us boost productivity and developer experience.

What you need for this book

This book will guide you through the installation of all the tools that you need to follow the examples. You will need to install WebStorm version 10 to effectively run the code samples present in this book.

Who this book is for

This book is intended for web developers with no knowledge of WebStorm yet but who are experienced in JavaScript, Node.js, HTML, and CSS and reasonably familiar with frameworks such as AngularJS and Meteor.

Conventions

In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning.

Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "Mount the downloaded WebStorm-10*.dmg disk image file as another disk in your system."

A block of code is set as follows:

html, body, #map {
    height: 100%;
    margin: 0;
    padding: 0
}

Any command-line input or output is written as follows:

$ mkdir css
$ cd css

New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "The shortcuts in this book are based on the Mac OS X 10.5+ scheme."

Note

Warnings or important notes appear in a box like this.

Tip

Tips and tricks appear like this.

For this book we have outlined the shortcuts for the Mac OX platform if you are using the Windows version you can find the relevant shortcuts on the WebStorm help page https://www.jetbrains.com/webstorm/help/keyboard-shortcuts-by-category.html.

Reader feedback

Feedback from our readers is always welcome. Let us know what you think about this book—what you liked or disliked. Reader feedback is important for us as it helps us develop titles that you will really get the most out of.

To send us general feedback, simply e-mail , and mention the book's title in the subject of your message.

If there is a topic that you have expertise in and you are interested in either writing or contributing to a book, see our author guide at www.packtpub.com/authors.

Customer support

Now that you are the proud owner of a Packt book, we have a number of things to help you to get the most from your purchase.

Downloading the example code

You can download the example code files from your account at http://www.packtpub.com for all the Packt Publishing books you have purchased. If you purchased this book elsewhere, you can visit http://www.packtpub.com/support and register to have the files e-mailed directly to you.

Errata

Although we have taken every care to ensure the accuracy of our content, mistakes do happen. If you find a mistake in one of our books—maybe a mistake in the text or the code—we would be grateful if you could report this to us. By doing so, you can save other readers from frustration and help us improve subsequent versions of this book. If you find any errata, please report them by visiting http://www.packtpub.com/submit-errata, selecting your book, clicking on the Errata Submission Form link, and entering the details of your errata. Once your errata are verified, your submission will be accepted and the errata will be uploaded to our website or added to any list of existing errata under the Errata section of that title.

To view the previously submitted errata, go to https://www.packtpub.com/books/content/support and enter the name of the book in the search field. The required information will appear under the Errata section.

Piracy

Piracy of copyrighted material on the Internet is an ongoing problem across all media. At Packt, we take the protection of our copyright and licenses very seriously. If you come across any illegal copies of our works in any form on the Internet, please provide us with the location address or website name immediately so that we can pursue a remedy.

Please contact us at with a link to the suspected pirated material.

We appreciate your help in protecting our authors and our ability to bring you valuable content.

Questions

If you have a problem with any aspect of this book, you can contact us at , and we will do our best to address the problem.