Mobile-first experience to showcase environment issues.
Note
This is rather a prototype than a functional project.
See the project here: jclerc.github.io/greenspot
- Discover products and their effects on environment
- Mobile-first, with touch actions
- Desktop version
- Gulp, Sass, Babel, BrowserSync…
- Zepto
1.2.0
- Modernizr
3
- Grapnel
0.6.4
- JavaScript
ES6
yarn
(ornpm
)gulp
(yarn global add gulp-cli
ornpm i -g gulp-cli
)
git clone https://github.com/jclerc/greenspot.git
cd greenspot
yarn # or `npm i`
gulp modernizr
Then to make production build, use gulp build
.
To start development mode with live reload, simply run gulp
.
- Contributing guidelines have been defined in CONTRIBUTING.