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
- Host: GitHub
- URL: https://github.com/rixrix/stencil
- Owner: rixrix
- License: mit
- Created: 2014-12-19T11:57:20.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-07-26T23:42:19.000Z (over 9 years ago)
- Last Synced: 2025-04-07T23:03:21.814Z (10 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.49 MB
- Stars: 4
- Watchers: 3
- Forks: 3
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
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)