donkung / ngCourse2-thai

This is a Thailand localized version of https://github.com/rangle/ngCourse2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Angular 2 Course From Rangle.io

This repository contains handout materials and code for Rangle.io's AngularJS training course, focusing on Angular 2.

This is meant to be used as a part of the course, which is normally offered as a 2-3 day event. See rangle.io/javascript-training.html for more information.

The Handouts

See the handout for the handout. You can either view it in your browser or download a PDF, ePub or Mobi version.

ngCourse2 - Git Book

The Code

The repository also contains a sample app. The project has a server and client component. This repository contains only the client code. The server code is available at github.com/rangle/ngcourse-api. However, You do not need the server code to run the front end. Instead, you can access the API server deployed to ngcourse.herokuapp.com/ and develop the client-side code on your own machine.

To run the sample app:

  1. Install dependencies and typings:

    cd app
    npm install
  2. Start the build process and the development server:

    npm run dev
  3. Then point your browser to http://localhost:3000

Feedback

We welcome your feedback - please take a moment to fill out this survey to let us know what you think.

Thanks!

Contributing

Text that is being contributed to the book must follow the style guide

About

This is a Thailand localized version of https://github.com/rangle/ngCourse2


Languages

Language:TypeScript 61.2%Language:JavaScript 25.4%Language:HTML 11.7%Language:CSS 1.7%