Famous Angular Cordova Seed

screenshot of Famous Angular Cordova Seed
express

Boilerplate for Famo.us/Angular apps wrapped with Cordova

Overview

The Famo.us Angular Cordova Seed is an exciting project template designed to streamline the development of mobile applications using the Angular framework and Cordova. This seed project not only integrates the powerful Famo.us rendering engine, but also provides a solid starting point for developers looking to create sleek, responsive mobile apps with ease. With an organized structure and a few handy commands, getting started has never been simpler.

Features

  • Easy Installation: Utilize the npm install command to quickly set up all necessary dependencies, making initialization a breeze.
  • Cross-Platform Setup: Run gulp setup to configure your target platform effortlessly, with default support for iOS and easy modifications available in the gulpfile.js.
  • Streamlined Builds: The gulp build command compiles the entire application into the www directory, including your index.html, ensuring everything is ready for deployment.
  • Built-in Debugging: Launch a local server with gulp serve to debug your application in real-time, which aids in a smooth development experience.
  • Quick Deployment: Use cordova run [ios | android] to deploy your app directly to a connected phone or emulator, making testing straightforward and efficient.
  • Post-Install Script: Automatically triggers the Bower installation process through a postinstall script, ensuring all front-end dependencies are set up correctly from the start.
express
Express

Express.js is a simple Node.js framework for single, multi-page, and hybrid web applications.

gulp
Gulp

Gulp.js is an old but popular site building tool that automates various repetitive development tasks in web development, such as compiling Sass, minifying JavaScript, and optimizing images.