GithubHelp home page GithubHelp logo

samuel-alves / framework-hybrid-apps Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 9.27 MB

Framework to develop hybrid apps using Cordova + GruntJS

License: MIT License

JavaScript 67.20% HTML 14.32% CSS 18.48%

framework-hybrid-apps's Introduction

Readme

[project description]

Guide lines

Please follow the language guide lines:

Technologies

Back-end

Front-end

Other

Build details

#!/bin/bash

# ----------------------------------------------------------------------
# SETUP
# ----------------------------------------------------------------------
# 1. create project directory
mkdir framework-hybrid-apps
cd framework-hybrid-apps

# 2. init node project
npm init

# 3. install packages/dependencies
# 4. create Gruntfile

# 5. create application source directory
mkdir src


# ----------------------------------------------------------------------
# CORDOVA
# ----------------------------------------------------------------------
# new cordova project
# cordova create <directoryname> <appid> <appname>
cordova create app pt.demo.hybridApp HybridApp

# # cordova add platforms
# cd app
# cordova platform add android

We end up with the following directory structure:

.
├── app                (The directory that contains the Cordova project  )
│   ├── ...            (Cordova directories and files                    )
│   └── www            (The directory of our application.                )
|                      (It's a classical web directory.                  )
├── bower_components   (The Bower directory for components/llibraries    )
├── node_modules       (The Nodejs directory for modules                 )
├── src                (The directory for our source code                )
    ├── img            (App images directory                             )
    ├── js             (App JS directory                                 )
    ├── scss           (App SASS directory                               )
    ├── templates      (App HTML templates                               )
    └── index.html     (App index                                        )
├── bower.json         (Bower project configuration                      )
├── Gruntfile.js       (The build file for Grunt                         )
└── package.json       (The file that allow NodeJS to install all we need)
                       (Project configurations                           )

framework-hybrid-apps's People

Watchers

James Cloos avatar  avatar

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.