• Stars
    star
    253
  • Rank 160,018 (Top 4 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created over 9 years ago
  • Updated about 8 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A Yeoman Generator to create Angular2 apps right now.

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 Beta 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.

To run this server, execute this command in your terminal:

gulp dev

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

More Repositories

1

material-design-hamburger

Android's Material Design hamburger animation built in CSS
CSS
90
star
2

netlify-plugin-image-optim

Optimize images as part of your Netlify build process. Optimizes PNG, JPEG, GIF and SVG file formats.
JavaScript
63
star
3

nextjs-hn

A Hacker News Progressive Web App built using Next.js
JavaScript
58
star
4

radiate

A responsive dashboard written in React - built for all screen sizes
JavaScript
47
star
5

es6-hot-module-replacement

A simple example of Hot Module Replacement using ES6 modules & syntax.
JavaScript
31
star
6

awesome-angular2

A list of awesome Angular2 resources.
31
star
7

jspm-systemjs-babel-seed

A jspm initialised repository with sane defaults.
JavaScript
14
star
8

wowsuch

Dogecoin Price Calculator
JavaScript
12
star
9

slack-brewbot

Who's turn is it to make a brew? Let BrewBot decide.
JavaScript
10
star
10

jasmine-scaffold-sublime-text

Scaffold out your Jasmine tests without the JS
Python
6
star
11

react-flux-promises

An example repository showing how to handle the asynchronosity of promises in Flux's synchronous world.
JavaScript
5
star
12

simple-network-monitor

A simple network monitor Menubar app for OS X
Swift
4
star
13

blog-posts

Articles on http://swirlycheetah.com
3
star
14

stripe-netlify-example

HTML
2
star
15

glare

CSS Grid Layout for React
JavaScript
1
star
16

generator-generic-project

A Yeoman generator to build a generic project structure
JavaScript
1
star
17

strt

A file watching application restarter for your 'npm start' command.
JavaScript
1
star
18

netlify-plugin-image-optim-test

HTML
1
star
19

gatsby-starter-netlify-cms

JavaScript
1
star
20

eleventy-leaderboard-api

https://chrisdwheatley.com/posts/show-your-eleventy-leaderboard-rank-on-your-site/
JavaScript
1
star
21

gatsby-i18n-demo

JavaScript
1
star
22

choo-starter

The choo.io example code
JavaScript
1
star