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

https://github.com/aaronleocooper/angular-boiler

A basic starting point for basic Angular apps
https://github.com/aaronleocooper/angular-boiler

Last synced: 9 months ago
JSON representation

A basic starting point for basic Angular apps

Awesome Lists containing this project

README

          

# Angular Boiler

This is a basic starting point for creating an Angular app. Feel free to use as you see fit!

## Features:

* Angular (plus angular-router)
* Stylus (plus autoprefixer)
* ES6 (using Babel)

## Installation

Just run the below after cloning this repo & setting up your own local repo:

```javascript
npm install

// Watch file changes & compile
npm start

// Build files with minification
npm run build
```
### Todo:

* Re-implement build with Webpack & ES6