Skip to content

archfirst/angular2-minimal-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

A minimal app using Angular 2.

Prerequisites

  • NodeJS 4.x.x or higher
  • npm 2.14.7 or higher

Global packages:

npm install -g browser-sync
npm install -g lite-server
npm install -g ts-node

Running the app

git clone --depth 1 https://github.com/archfirst/angular2-minimal-app.git
cd angular2-minimal-app

# install the project's dependencies
npm install

# build
npm run build

# run
npm start

About

A minimal app using Angular 2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published