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

https://github.com/raphaelhovsepyan/angular1-boilerplate

Boilerplate for angular webapp.
https://github.com/raphaelhovsepyan/angular1-boilerplate

angular angular1 angular1-boilerplate boilerplate build gulp javascript

Last synced: 5 months ago
JSON representation

Boilerplate for angular webapp.

Awesome Lists containing this project

README

          

# :warning: THIS REPO IS ABANDONED AND OUTDATED :warning:
# angular1-boilerplate
Boilerplate for angular webapp.

### Requirements
- node
- npm
- gulp

### Quick start
```
git clone https://github.com/raphaelhovsepyan/angular1-boilerplate.git
npm install
gulp
```

### Configure build-script
modify `config.json` file

```
{
"style-preprocessor" : "sass", // choose `less` or `sass`, default sass
"http-server-port" : "8080" // default 8080
}
```