Coder Social home page Coder Social logo

mohammedzamakhan / ngmigrate.github.io Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ngmigrate/ngmigrate.github.io

0.0 3.0 0.0 1.5 MB

Angular 2 migration guide, porting 1.x concepts to Angular 2.

Home Page: http://ngmigrate.telerik.com

License: MIT License

HTML 36.50% CSS 58.97% JavaScript 4.53%

ngmigrate.github.io's Introduction

Build this project

Install jekyll

Ensure jekyll is installed:

gem install jekyll

If you need XCode dependencies, follow the Jekyll installation guide. For Windows, follow the Windows installation guide.

Installing the project

If you're submitting an article, you can follow these steps to clone the project, otherwise you can download the .zip bundle.

Forking

If you're a project collaborator, see the next step. If not, you'll need to Fork this repository to your own GitHub account, then git clone your copy before submitting a PR:

git clone https://github.com/YOUR_USERNAME/ngmigrate.github.io.git
cd ngmigrate.github.io
git checkout -b YOUR_BRANCH

Push all changes to your branch, and then submit a PR, we'll review and merge your PR once ready.

Project collaborators

If you are a project collaborator, you will have direct commit access, therefore you can run this:

git clone [email protected]:ngmigrate/ngmigrate.github.io.git
cd ngmigrate.github.io
git checkout -b YOUR_BRANCH

Push all changes to that branch, and then submit a PR before merging to master.

Installing dependencies

First, you'll need to make sure you have gulp installed:

npm install --global gulp

Next, you'll need to npm install the other dev-dependencies, run this from the ngmigrate.github.io root folder from your git clone:

cd ngmigrate.github.io
npm install

Running the server

Gulp is setup to make it easier to run all the tasks, to run the project simply run:

npm start

This will start serving the project from localhost:4000, with livereload functionality.

JavaScript

All JavaScript is located inside _scripts, excluding npm dependencies. You can write ES2015 here as the output is transpiled through Babel and outputted inside js/bundle.min.js, so don't edit that file directly - and remember to push the bundled file so that GitHub pages can compile it from the static directory.

Ready to make a PR?

Follow our contribution guidelines first.

ngmigrate.github.io's People

Contributors

toddmotto avatar juristr avatar burkeholland avatar gregdeane avatar jeremylikness avatar tarungarg546 avatar npmcdn-to-unpkg-bot avatar

Watchers

James Cloos avatar Zama Khan Mohammed 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.