Coder Social home page Coder Social logo

scalpovich / generator-angular-pro Goto Github PK

View Code? Open in Web Editor NEW

This project forked from angular-starter-kit/generator-angular-pro

0.0 2.0 0.0 1.37 MB

AngularJS project generator for scalable, enterprise-grade web and mobile applications

License: Other

JavaScript 35.55% HTML 9.03% TypeScript 47.94% CSS 5.28% Shell 2.20%

generator-angular-pro's Introduction

generator-angular-pro

NPM version Build status Downloads

Web/mobile Angular project generator for scalable, enterprise-grade applications.

Includes modern (and stable) tools and workflow, best practices, base template and an exhaustive documentation. Get started quickly even with beginner teams, in any work environment (proxy included).

Built on experience with large web projects, with architecture choices aiming for a clean, no-brainer development experience.

See generated project example here.

logo

Getting started

  1. Install required tools:
npm install -g yo gulp bower generator-angular-pro
  1. Create your application:
yo angular-pro

Project structure

gulp/                   individual gulp tasks
sources/                project source code
|- data/                other project data, will be copied as-is
|- fonts/               project fonts
|- images/              project images
|- libraries/           Bower dependencies
|- main/                app components
|  |- main.config.ts    app configuration code
|  |- main.constants.ts app configuration constants
|  |- main.module.ts    app module definition
|  |- main.routes.ts    app routes
|  |- main.run.ts       app entry point
|  |- main.wrappers.ts  AngularJS module wrappers for external libraries
|  |- main.scss         style entry point
|  |- helpers/          helper services
|  |- screens/          application screens
|  |- shell/            application shell
|  |- ui-components/    shared UI components
|  |- web-services/     web services
|  +- ...               additional components
|- translations/        translations files
+- index.html           html entry point
e2e/                    end-to-end tests
dist/                   compiled version (www/ for mobile projects)
typings/                TypeScript definitions
reports/                test and coverage reports + generated documentation
platforms/              Cordova platform-specific projects (for mobile projects)
plugins/                Cordova plugins (for mobile projects)
resources/              icon and splash screen resources (for mobile projects)
gulpfile.config.js      gulp tasks configuration

Coding guides

Additional documentation

Features

Libraries

License

MIT

generator-angular-pro's People

Contributors

japf avatar sinedied avatar

Watchers

 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.