Code Monkey home page Code Monkey logo

chrome-angular-template's Introduction

YO ANGULAR CHROME

Follow the commit history of this project to learn how to build a yeoman angular chrome app.

Build Status

To build a chrome app

  1. npm install
  2. grunt chromeapp

This will build a dist directory that you can load in chrome://extensions to run as a chrome app

To build cca projects

  1. grunt cca

This will build a cca directory that contains generated android and ios executable versions of your application

To run on android

  1. cd cca
  2. cca run android

To emulate on ios

  1. cd cca
  2. cca emulate ios

To run on ios

  1. cd cca
  2. cca run ios

Directory Structure

  • /app - contains the basic angular application
  • /chromeapp - contains extra files copied to the dist directory to enable the loading of a chrome application
  • package.json - contains the node dependencies
  • .bower.json - contains the bower dependencies
  • Gruntfile.js - contains the build process for this application

Generated files not in git

  • node_modules - node modules - these are generated by npm install
  • bower_components - bower dependencies - these are generated by grunt
  • dist - the generated chrome application
  • cca - the generated chrome mobile applications for ios and android

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.