Skip to content

codeinpeace/Angular2-HelloWorld

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Angular 2 and TypeScript Hello World Project

The Hello World project is an Angular 2 starter project that has the npm modules, configuration, scripts and folders and routing in place to make getting started with an Angular 2 project easy!

Here's what is in the project:

  • Angular 2 scripts and TypeScript configuration are ready to go
  • Angular 2 bootstrapper wired up to the app module
  • A simple app component
  • Bootstrap for CSS

This is a very simple "Hello World" project to help get you started.

If you're using VS Code, install my Angular 2 code snippets to simplify the process of writing Angular 2 code. The code snippets make it easy to build Angular 2 components, services, pipes, directives and more.

Running the Application

  1. Install Node.js

  2. Run npm install to install app dependencies

  3. Run npm start to start the server and launch the app

About

A simple Hello World Angular 2 project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published