Giter Club home page Giter Club logo

angular_gulp_boilerplate's Introduction

Angular Gulp Boilerplate

Build Status devDependencies Status Greenkeeper badge

Clean Angular 1.6 boilerplate with basic Gulp tasks designed to automate your daily development routine such as templates, scripts, styles and translations concatenation, uglification and minimisation.

As a result your entire Angular project will be compiled to five files (index.html, app.js and vendor.js, app.css and vendor.css), translations files and source maps if needed.

Teaser

What you will get?

Angular npm Gulp Bower SASS ESLint Browsersync Normalize Autoprefixer UI-Router angular-translate

Angular 1.6 with UI-Router and angular-translate, automated services injecting by ng-annotate, gathering HTML templates into $templateCache and making source maps for debug.

SASS compiler with Autoprefixer and making source maps for development and production versions, Normalize.css.

ESLint with Angular plugin for code linting.

Bower and Wiredep for automated injecting vendor dependencies.

Browsersync for comfortable development and live reloading.

HTML, JS and CSS concatenation, uglification, minimisation and adding hash like app-442e02212b.js to avoid caching for production version.

Dynamic internationalization and localization with translation files separated by the components. Gulp tasks can help you with translation files concatenation that will be used dynamically by angular-translate. angular-i18n and angular-dynamic-locale implements native dynamic Angular localization.

Quick start

Dependencies

Boilerplate needs npm and bower to work. For running gulp tasks from command line, install it globally:

$ npm install -g gulp

Install

Clone repository from GitHub:

$ git clone https://github.com/TameshwarNirmalkar/angular_gulp_boilerplate NewProject

Jump into NewProject directory and install npm dependencies:

$ cd NewProject
$ npm install

Next, install bower dependencies:

$ bower install

And that's it! Now, you can use gulp task to check if everything is awesome:

$ gulp serve

Your default browser will be launched at http://localhost:3000 serving your project.

Gulp tasks

Main tasks

  • gulp default is for production, cleans dist folder and builds your entire project into it;
  • gulp serve is for development, launches your project at http://localhost:3000 and watches for changes in sources.

Credits

Awesome generator-gulp-angular was used as a basis for this project, specifically Gulp tasks. At the moment this generator is unmaintained, but I try to provide new functional and keep all dependencies updated.

angular_gulp_boilerplate's People

Contributors

tameshwarnirmalkar 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.