ajmeyghani / angular2-intro

Introduction to Angular 2 Project Files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction to Angular 2

Source Code for Introduction to Angular 2

Getting Started

  • Make sure you have Node installed.
  • Run npm install in this folder.
  • You can start a server in this folder by running PORT=8080 node bin/server or npm start. The server is a static server that serves static files. You can also create endpoints in bin/server. There is already an example for a fake endpoint called /api.
  • Alternatively you should provide your own server to serve the files for each project or run live-server project-files/<project-name>

About

Introduction to Angular 2 Project Files


Languages

Language:TypeScript 34.3%Language:JavaScript 33.7%Language:HTML 28.8%Language:CSS 3.1%