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.
- Host: GitHub
- URL: https://github.com/raphaelhovsepyan/angular1-boilerplate
- Owner: raphaelhovsepyan
- License: mit
- Created: 2016-01-30T17:07:17.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-11-29T09:15:04.000Z (over 7 years ago)
- Last Synced: 2025-04-07T12:16:14.019Z (about 1 year ago)
- Topics: angular, angular1, angular1-boilerplate, boilerplate, build, gulp, javascript
- Language: JavaScript
- Size: 12.7 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
}
```