Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fuhlig/kickstart
kickstart
https://github.com/fuhlig/kickstart
Last synced: about 1 month ago
JSON representation
kickstart
- Host: GitHub
- URL: https://github.com/fuhlig/kickstart
- Owner: fuhlig
- Created: 2013-09-25T19:05:54.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-30T09:11:20.000Z (almost 10 years ago)
- Last Synced: 2024-10-15T14:10:07.362Z (3 months ago)
- Language: CSS
- Size: 641 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# KICKstart
Web boilerplate for frontend workflow based on **node**, **grunt** and **bower**.
includes:
- local development
- local http server
- deployment
- via gh-pages
- live preview
- livereload
- modularity
- html templating via handlebars
- SASS partials
- notifications## Installation
- install [node.js](http://nodejs.org/)
*use `npm -g` to install packages globally*
- install grunt via `npm install grunt-cli`
- install bower via `npm install bower`- install project depencendies via `npm install` and `bower install`
frontend dependencies / extras:
- [jQuery](http://jquery.com/)
- [modernizr](http://modernizr.com/)
- [inuit.css](http://inuitcss.com/)- sass compiling
- sourcemap (requires sass 3.3 via `gem install sass --pre`)
`sass --watch --sourcemap scss:css`## Usage
run `grunt` for inital setup and `grunt dev` for run the http server and you're ready to go!*(or execute `watch.sh` and `serve.sh` after initial `grunt`)*