An open API service indexing awesome lists of open source software.

https://github.com/rixrix/stencil

A horribly simple starter template for all your Angular2 frontend development
https://github.com/rixrix/stencil

Last synced: 4 months ago
JSON representation

A horribly simple starter template for all your Angular2 frontend development

Awesome Lists containing this project

README

          

# Stencil

A horribly simple starter template for all your Angular2 frontend development

## Technologies

[TypeScript](http://www.typescriptlang.org/), [Angular2 - RC3](https://angular.io/),
[NodeJS](https://nodejs.org/), [Stylus](http://learnboost.github.io/stylus/),
[DefinitelyTyped](http://definitelytyped.org/tsd/), [Material Design Lite](https://www.getmdl.io/), [SCSS](http://sass-lang.com/),
[Webpack](https://webpack.github.io/)

## Install NPM dependencies

Make sure you already have NodeJS, [Typings](https://www.npmjs.com/package/typings), and Git installed, then

```
$ git clone https://github.com/rixrix/stencil.git
$ cd
$ npm install
```

## Commands

Starts a development server at http://localhost:8080
```
$ npm start
```

Builds a production release and copy files in `dist/` folder

```
$ npm run build
```

## Development Style Guide

Check [Angular2 Style Guide](https://angular.io/styleguide)

## Credits

A million thanks to [AngularClass](https://github.com/AngularClass/angular2-webpack-starter)

## License

Distributed under [MIT License](http://opensource.org/licenses/MIT)