https://github.com/secondnetwork/grunt-starter-kit
GRUNT + SASS + BrowserSync + bootstrap
https://github.com/secondnetwork/grunt-starter-kit
browsersync german grunt grunt-task sass
Last synced: 3 months ago
JSON representation
GRUNT + SASS + BrowserSync + bootstrap
- Host: GitHub
- URL: https://github.com/secondnetwork/grunt-starter-kit
- Owner: secondnetwork
- License: mit
- Created: 2015-08-15T09:26:38.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2021-10-10T10:05:50.000Z (about 4 years ago)
- Last Synced: 2025-04-03T06:51:12.553Z (6 months ago)
- Topics: browsersync, german, grunt, grunt-task, sass
- Language: JavaScript
- Size: 787 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
[](https://www.youtube.com/SecondnetworkDe)
# grunt-starter-kit
**GRUNT + SASS + BrowserSync + bootstrap**
#### Node NPM Packages
* grunt-cli (not in package.json, install [globally](http://gruntjs.com/getting-started) with `npm install -g grunt-cli`)
* grunt
* grunt-browser-sync
* grunt-contrib-concat
* grunt-contrib-sass
* grunt-contrib-uglify
* grunt-contrib-watch
* load-grunt-tasks
* request
* time-grunt### Install
It's preferred to have grunt command line tools installed globally, see above for information on this.and run `sudo npm install` in the directory.
#### Grunt
See the `gruntfile.js` file for more information on standard grunt tasks.
Run `grunt` via terminal to run all tasks.
## Copyright and License
Copyright by [secondnetwork](https://secondnetwork.de/) under the [MIT license](LICENSE.md).
[YouTube Cannel](https://www.youtube.com/SecondnetworkDe)
[Twitter](https://twitter.com/secondnetwork)
[dribbble](https://dribbble.com/secondnetwork)