pallmallshow/angular2-installer

There is no license information available for the latest version (1.0) of this package.

Angular2 application installer.

1.0 2016-01-07 08:17 UTC

This package is not auto-updated.

Last update: 2024-09-10 19:11:19 UTC


README

Requirements :

  • Composer
  • NodeJS

First, download the Angular installer using Composer:

$ composer global require pallmallshow/angular2-installer

Make sure to place the ~/.composer/vendor/bin directory in your PATH so the angular executable can be located by your system.

Then, you can run everywere :

$ angular create myApp

A new folder 'myApp' was created, and a default project was generated with their dependencies.

To launch your new app after angular-installer, simply run $ npm start in your app folder.

Versions

After some executions and feedbacks, we could release a stable version with some improvements.

Notes

Angular2 is actually in beta version. We trying to set up to date according to Angular2 evolution. Do not hesistate to make a issue or a PR !