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
- Host: GitHub
- URL: https://github.com/aaronleocooper/angular-boiler
- Owner: AaronLeoCooper
- Created: 2016-04-27T09:29:25.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-28T12:45:37.000Z (over 9 years ago)
- Last Synced: 2025-02-02T03:27:54.786Z (11 months ago)
- Language: JavaScript
- Size: 3.18 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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