This starter kit is designed to get you up and running with a bunch of awesome front-end technologies, built on top of gulp task runner. It is already setup to provide hot reloading, collection of UI elements, CSS preprocessing with PostCSS and SASS with lightweight mixins library and more.
- Gulp - Automate and enhance your workflow
- Elixir - Simplify gulp tasks
- SASS - CSS with superpowers.
- Lost Grid - A grid system based on the flex display property.
- Waffle Grid - An easy to use flexbox grid system
git clone https://github.com/younginnovations/yi-frontend-starter-kit.git
npm install
Open your favorite terminal and run these commands.
gulp
Watch for changes in your files
gulp watch
For production build:
gulp --production
We're constantly working on adding new features. Get in touch if you have ideas for improvements. Bug reports and pull requests are welcome.