https://github.com/fix2015/angular-scripts
Simple AngularJS Boilerplate to kick start your new project with SASS support and Gulp watch/build tasks
https://github.com/fix2015/angular-scripts
Last synced: 10 months ago
JSON representation
Simple AngularJS Boilerplate to kick start your new project with SASS support and Gulp watch/build tasks
- Host: GitHub
- URL: https://github.com/fix2015/angular-scripts
- Owner: fix2015
- Created: 2016-10-09T20:18:49.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-15T12:29:39.000Z (over 9 years ago)
- Last Synced: 2025-05-18T23:35:00.280Z (about 1 year ago)
- Language: JavaScript
- Size: 27.3 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# angular-scripts
Simple AngularJS Boilerplate to kick start your new project with SASS support and Gulp watch/build tasks
# Features
* SASS support including sourceMaps
* Minimal CSS styling of the view
* Gulp watch, build and local server tasks
* clear folder structure
* minified CSS and JS build files
## For quick install
```bash
sudo npm install -g create-angular-app
create-angular-app projectName
```
## 1. Setup
```bash
npm install
```
- install all npm and bower dependencies
## 2. Watch files
```bash
gulp dev
```
- all SCSS/HTML will be watched for changes and injected into browser thanks to BrowserSync
## 3. Build production version
```bash
gulp build
```
## 4. Start webserver
```bash
npm start
```
## Structure of App
```
public/
ico/
styles
template
src/
_config/
controller/
factories/
services/
modules/
moduleName/
.html
.js
.scss
```
## Contact
Copyright (C) 2016 Semianchuk Vitalii
[www.github.com/fix2015](http://www.github.com/fix2015)