This is a minimal setup to start creating an angular2 application.
Requirements
{
"node": ">=4"
}
Setup environment
# cd into ng2-start
cd ng2-start
# Install dependencies
npm install
Serve and Build
# Start dev server at http://localhost:9000
npm start
# Build
npm run build