fedy2 / mystorage

A sandbox application for Angular2
0 stars 0 forks source link

Scaffold a basic Angular2/TypeScript application #1

Open fedy2 opened 9 years ago

fedy2 commented 9 years ago

Create a simple Angular2/TypeScript project

fedy2 commented 9 years ago

A good starting point: https://angular.io/docs/ts/latest/quickstart.html

fedy2 commented 9 years ago

The quick start guide has some errors and is not really useful.

fedy2 commented 9 years ago

Tried the step by step guide at https://angular.io/docs/ts/latest/guide/gettingStarted.html but the second step don't relate to the first and all the guide look incomplete.

fedy2 commented 9 years ago

Tried to use Yeoman for scaffolding with angular2 generator https://www.npmjs.com/package/generator-angular2 but seems it generates only JS projects.

fedy2 commented 9 years ago

Tried also plugin from slush but the project creation fails https://www.npmjs.com/package/slush-angular2