GithubHelp home page GithubHelp logo

davinov / boilerplate Goto Github PK

View Code? Open in Web Editor NEW

This project forked from theodo/angular-boilerplate

0.0 1.0 0.0 124 KB

Starter kit with our best practices

CoffeeScript 86.99% JavaScript 0.93% HTML 10.97% CSS 1.11%

boilerplate's Introduction

Atom Angular Boilerplate

Starter kit with our best practices

Dependencies

Build

# Install npm + bower dependencies and then build
npm install
# Launch the watcher + livereload
npm start
# http://localhost:8000

Tests

# Unit tests - Karma + mocha + chai
npm run test:unit

# Functional tests - Protractor + chai + cucumber
# Available options:
# HOST     -> http://localhost:8000
# BROWSER  -> chrome | firefox | phantomjs
# SELENIUM -> http://127.0.0.1:4444/wd/hub
# You need specify a selenium server or to install one with!
# Local server must be launched: npm start &
node_modules/.bin/webdriver-manager update
HOST=http://localhost:8000 BROWSER=chrome npm run test:functional
npm run test:functional

Submodules

git submodule foreach git pull origin master

Livereload

Chrome extention

Documentation

# Generate docs using dgeni
npm run docs

boilerplate's People

Contributors

davinov avatar hachichaud avatar mickaelbergem avatar vbrajon 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.