Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/immyweb/webstarterpack
A web development starter pack based on Gulp with Browserify/ES6/Sass/Nunjucks/Iconfonts
https://github.com/immyweb/webstarterpack
boilerplate es6 foundation gulp icon-font nunjucks sass
Last synced: 3 months ago
JSON representation
A web development starter pack based on Gulp with Browserify/ES6/Sass/Nunjucks/Iconfonts
- Host: GitHub
- URL: https://github.com/immyweb/webstarterpack
- Owner: immyweb
- License: mit
- Created: 2016-11-01T14:27:28.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-06-28T10:55:57.000Z (over 2 years ago)
- Last Synced: 2024-09-17T15:06:11.561Z (4 months ago)
- Topics: boilerplate, es6, foundation, gulp, icon-font, nunjucks, sass
- Language: SCSS
- Homepage:
- Size: 625 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Web Starter Framework
A basic Gulp boilerplate starter framework with ES6/Sass/Nunjucks.Suitable for prototyping and production work.
Features:
- Live-reload and local server with Browser-Sync
- Sass compilation with Foundation Grid
- ES6 javascript with Browserify/Babel
- Sourcemaps
- Auto-prefixer
- Nunjucks HTML templating
- Iconfont generator
- Sass and JS linting
- Editor config
- Distribution version build taskInstructions:
- Run 'npm i' to install project dependencies.
- Run 'gulp' to boot up local server
- Run 'gulp build' to generate production version for distribution.
- To generate iconfont, drop svgs into 'svg' folder and run 'gulp icons'.