Skip to content

mimacom/example-angular2-sneak-peek

Repository files navigation

Join the chat at https://gitter.im/mimacom/angular2-sneak-peek Build Status

Requirements

  • git
  • node (version >= 4.0), npm
  • text editor or IDE (webstorm highly recommended)

Quick start

# clone our repo
$ git clone https://github.com/mimacom/angular2-sneak-peek.git

# change directory to repo
$ cd angular2-sneak-peek

# install the dependencies with npm
$ npm install

# start the server
$ npm start

open http://localhost:8080 in your browser.

File Structure

angular2-sneak-peek
├── config
│   ├── helpers.js
│   ├── webpack.common.js
│   ├── webpack.dev.js
│   └── webpack.prod.js
├── src
│   ├── app
│   │   ├── app.component.html
│   │   ├── app.component.scss
│   │   ├── app.component.ts
│   │   └── app.module.ts
│   ├── style
│   │   └── main.scss
│   ├── index.html
│   ├── main.ts
│   ├── polyfills.ts
│   └── vendor.ts
├── package.json
├── README.md
├── tsconfig.json
├── tslint.json
├── typedoc.json
├── typings.json
└── webpack.config.js

License

MIT