Git Product home page Git Product logo

ng2boilerplate's Introduction

ng2Boilerplate

An Angular 2 and Bootstrap easy to start, A-Z startup project

ready to be impressed with Angular 2?

Check this working demo: http://ng2.javascriptninja.io

The goal behind ng2Boilerplayer is to deliver an easy to start Angular 2 base application that includes the basis around what any solid single page application requires.

to install::

git clone https://github.com/born2net/ng2Boilerplate.git
cd ng2Boilerplate/
npm install
gulp LiveServer

(optionaly: copy node_modules/angular2 and node_modules/rxjs from ./node_modules directory to root of project so TypeScript can find it in the path while transpiling. However you don’t need these directories during runtime as system.js will load both libs from node_moduldes directory respectively)

What features of Angular does this app cover? well pretty much all the core stuff:

  • Routing with Aync of modules (App1 and App2) on a per navigation basis
  • jQuery integration the Angular way via BrowserDomAdapter
  • CommBroker for service management, value sharing and evet mediator
  • Global Consts
  • Responsive design (on size change Angular components will react)
  • RX reactive operators and subscribers throughout the app
  • Lots of standalone components such as Modal, Sliders, Todo, Tabs and more
  • Shared state (Side menu and file menu)
  • Dependency injection
  • Dependency sharing
  • Hook into application lifecycles
  • Form and validation
  • Node server side CRUD for RX calls
  • Todo data model persistence and sync to node server via CRUD
  • Subclass / Inheritance ES6 (Notes component)
  • Static shared lib and single reference file
  • Themes
  • Interfaces
  • UI data binding / uni and 2 way
  • Document generation
  • and much more...

Generated docs are@ http://ng2.javascriptninja.io/docs/globals.html

This application is pretty massive, I recommend you checkout the video tutorial below for a rundown of how this application is setup and be sure to submit pull requests. (Video coming soon)

Contributors are welcome!

ng2boilerplate's People

Contributors

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