Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeroenvdb/vanilla-static-project
My default setup for a new static project
https://github.com/jeroenvdb/vanilla-static-project
Last synced: about 2 months ago
JSON representation
My default setup for a new static project
- Host: GitHub
- URL: https://github.com/jeroenvdb/vanilla-static-project
- Owner: JeroenVdb
- Created: 2014-03-03T12:51:10.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-08-01T07:14:31.000Z (over 10 years ago)
- Last Synced: 2023-07-31T21:09:31.658Z (over 1 year ago)
- Language: JavaScript
- Size: 309 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
new-static-project
==================My default setup for a new static project.
## Setup contains
- Jekyll (1.2.1)
- Grunt with configurated plugins:
- contrib-concat
- sass
- contrib-compass
- jekyll
- contrib-watch
- contrib-uglify
- contrib-jshint
- bg-shell
- imageoptim
- contrib-copy
- bless
- Basic SMACSS folder structure## Run
- Clone this repository
- cd to the folder
- Run `npm install`
- Run `grunt`
- Site is served to `localhost:8000`