Giter Club home page Giter Club logo

generator-angular2's Introduction

Generator Angular2

Build Status Join the chat at https://gitter.im/swirlycheetah/generator-angular2

A Yeoman Generator to aid in bootstrapping an Angular2 application using the very latest Angular2 alpha release.

Getting Started

Install both Yeoman and this generator globally.

npm install -g yo generator-angular2

In your desired project folder run the generator.

yo angular2

You'll be prompted to start the server once the generator has finished.

You'll then be able to access the application at http://localhost:8000. Serving the application can be configured in the gulpfile.js using gulp-webserver options.

Generated Structure

The structure generated is;

- src
	- index.js
	- index.html
	- {generated-file-name}.js
	- {generated-file-name}.html
- .editorconfig 
- .gitignore
- gulpfile.js
- package.json
- readme.md

Developing

All contributions are more than welcome, no matter how large or small.

Clone the repository and cd into it

git clone [email protected]:swirlycheetah/generator-angular2.git && cd generator-angular2

Install the project dependencies

npm install

Link the package to use the version you're working on

npm link

Run the tests to ensure no failures

npm test

Submit a pull request with your changes

License

Released under the MIT license: opensource.org/licenses/MIT

generator-angular2's People

Contributors

chrisdwheatley avatar gitter-badger avatar mrzepinski avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.