Giter Site home page Giter Site logo

arashsoft / yarn-gulp-angularjs Goto Github PK

View Code? Open in Web Editor NEW

This project forked from merukeru/angular1-gulp-template

0.0 2.0 0.0 139 KB

Template for AngularJS projects using Yarn, Gulp, Karma, Jasmine and Browsersync as toolchain.

License: MIT License

HTML 31.02% JavaScript 64.56% CSS 4.43%

yarn-gulp-angularjs's Introduction

Build Status

AngularJS Template

Template for AngularJS projects using Yarn, Gulp, Karma, Jasmine and Browsersync as toolchain.

Setup

Checkout this repo.

yarn global add gulp-cli (or npm install --global gulp-cli)

yarn add browser-sync gulp --dev (or npm install browser-sync gulp --save-dev)

yarn add jasmine karma --dev (or npm install jasmine karma --save-dev)

Run yarn (or npm install)

Build & development

Default gulp task

Run gulp for building and gulp serve for preview.

The command gulp is the default gulp task and will build the project production ready (including building target files, run tests and pack the project in a .tar.gz file)

Gulp task: gulp serve

The command gulp serve will build the project and start a live server with a live reload.

The command gulp serve:prod builds the project production ready and serves the result with a web server.

Testing

Running gulp test will run the unit tests using karma and jasmine.

License

MIT (see LICENSE.md)

(c) by 2017 by Merukeru

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.