Cargando…

Pro MEAN Stack development /

This book teaches you to write free, open-source, cross-platform, dynamic JavaScript applications that can run anywhere. Using the MEAN stack - MongoDB, ExpressJS, AngularJS, and Node.js - you will get the tools you need to set up, write your code once, and be able to deploy your code on any device....

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Elrom, Elad (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: [United States] : Apress, 2016.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • At a Glance; Contents; About the Author; About the Technical Reviewer; Acknowledgments; Chapter 1: Code Dependencies; Git Version Control; Customize Git; Git Customization and Configuration; Adding gitexcludes; Adding the Repo Branch; Configurate bash_profile; Download Git Libraries; Git "Hello World"; Gitflow; Gitflow on GitHub; Node.js; npm; Grunt; Gulp; Bower; Integrated Development Environment; Installing a Free Open Source IDE; Installing Xcode; Summary; Chapter 2: Rollout Servers; Ubuntu Server; SSH Connection and Upgrade Servers; Install and Update Software; Installing Git.
  • Installing Node.jsInstalling npm; Creating Our Web Folder; Linux Server; Start a Linux server; Create IPs and Associate Servers; Set Bash Profile; Update Software; Set Up FTP; Install LAMP; MongoDB Database; Connect to Ubuntu Server; Install and Configure MongoDB Database; Create a List File for MongoDB; MongoDB Hello World; MySQL Database; Connect to Database and Dump MySQL Database; MySQL Workbench tool; Create Your First Database and Table; Summary; Chapter 3: Node Modules; npm Node Packages; Install Node.js Modules; Caret Version Option; Tilde Version Option; Latest Version Option.
  • Specific Version OptionInstall Save Flag; Global Installation; Create Your Own First Node Modules; Create a GitHub Project Repository; Create a Module Project; Write Your Module Code; Run Your Module Code; Install Dependencies; Ignore Files; Create Test Stubs; Configure Package.json File; Run Test Stubs Using npm; Create Markdown Home Page File; Markdown Plugin in WebStorm; Publish Module to GitHub; Summary; Chapter 4: Cordova, PhoneGap & Ionic; Apache Cordova; Cordova "Hello World"; Running Your App in Cordova; Cordova Platform Deployment; Cordova Plugins; Cordova Plugman.
  • Cordova DistributionsPhoneGap Distribution; Installing PhoneGap; Install PhoneGap Mobile App; Start Coding; Preview Your PhoneGap App; PhoneGap Development; Ionic; Ionic Front-end; Add Plugins in Ionic; Preview Your App; iOS Simulator; Ionic Resources; Summary; Chapter 5: AngularJS; Angular Seed Project; Bower Component; App Layout File; Partial Views; Styles; Controllers; AngularJS Directives; Template Expanding Directive; AngularJS Filters; Components; Testing; Karma Testing; Adding New Tests; Proctractor Testing; Scenarios File; Routes; Service; Summary.
  • Chapter 6: CSS, Bootstrap, & Responsive DesignCSS Classes Used by AngularJS; Create a New Project; ng-scope; ng-dirty, ng-invalid, and ng-pristine; Install Bootstrap; UI Bootstrap; Creating a Custom UI Bootstrap Build; CSS Bootstrap; Responsive CSS Media Queries; Portrait and Landscape Orientation; Emulating Mobile Browsers; CSS Responsive Design Utilizing a Break Point; Responsive Design Breakpoint Bootstrap; Bootstrap Responsive Tables; Bootstrap CSS Common Styles; Responsive Images with Bootstrap CSS; Angular-Responsive Library; Summary; Chapter 7: Write Services Once; Express App.