Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
NW.js Essentials

You're reading from  NW.js Essentials

Product type Book
Published in May 2015
Publisher
ISBN-13 9781785280863
Pages 192 pages
Edition 1st Edition
Languages

Table of Contents (17) Chapters

NW.js Essentials
Credits
About the Author
Acknowledgments
About the Reviewers
www.PacktPub.com
Preface
1. Meet NW.js 2. NW.js Native UI APIs 3. Leveraging the Power of Node.js 4. Data Persistence Solutions and Other Browser Web APIs 5. Let's Put It All Together 6. Packaging Your Application for Distribution 7. Automated Packaging Tools 8. Let's Debug Your Application 9. Taking Your Application to the Next Level Index

NW.js boilerplates


When starting a new NW.js project, it comes in really handy to have some kind of boilerplate that provides not only all the basic stuff but also coding standards, tools, and architectural hints (we've already seen the generator-node-webkit in Chapter 7, Automated Packaging Tools).

There are many technologies involved, most of which you might never have heard of, and you'll need to learn before getting serious, so pick carefully the one that best suits your needs.

node-webkit-hipster-seed

Download link: https://github.com/Anonyfox/node-webkit-hipster-seed

This is one of the most popular NW.js boilerplates. Between its ingredients, we can find CoffeeScript, Less, Jade, Angular.js, and Twitter Bootstrap. We can also find Brunch for code compilation, Karma for testing, and grunt-node-webkit-builder for building NW.js packages.

angular-desktop-app

Download link: https://github.com/jgrenon/angular-desktop-app

This is a simple application skeleton to create desktop applications using...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at €14.99/month. Cancel anytime}