Giter Site home page Giter Site logo

angularjs-requirejs-seed's Introduction

======= Angularjs + RequireJs + Express Seed

Directory Layout

src/                --> all of the files to be used in production
  public/             --> AngularJs application
      css/              --> css files
        bootstrap.css     --> bootstrap stylesheet
        style.css         --> application stylesheet
      img/              --> image files
      index.html        --> app layout file (the main html template file of the app)
      js/               --> javascript files
        Controllers     --> application controllers
        Directives      --> application directives
        filters         --> custom angular filters
        Services        --> custom angular services
        app.js          --> application
      lib/              --> angular and 3rd party javascript libraries
        angular/
          angular.js        --> the latest angular js
          angular.min.js    --> the latest minified angular js
          angular-*.js      --> angular add-on modules
          version.txt       --> version number
        require.js          --> require.js library
      template/             --> angular view partials (partial html templates)
        Main.html

config/testacular.conf.js        --> config file for running unit tests with Testacular

scripts/            --> handy shell/js/ruby scripts
  test.bat          --> autotests unit tests with Testacular (windows)
  test.sh           --> autotests unit tests with Testacular (*nix)

test/               --> test source files and libraries
  lib/
    angular/                --> angular testing libraries
      angular-mocks.js      --> mocks that replace certain angular services in tests
      angular-scenario.js   --> angular's scenario (end-to-end) test runner library
  unit/                     --> unit level specs/tests
    controllers.test.js      --> specs for controllers
    directives.test.js      --> specs for directives
    filters.test.js          --> specs for filters
    services.test.js         --> specs for services

angularjs-requirejs-seed's People

Contributors

alexeygolev avatar cburgdorf avatar djebbz avatar ifedotov avatar igorminar avatar jksdua avatar marcenuc avatar maxdow avatar mhevery avatar rolaveric avatar segeda avatar vojtajina avatar

Watchers

 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.