Skip to content

Latest commit

 

History

History
39 lines (22 loc) · 1.27 KB

README.md

File metadata and controls

39 lines (22 loc) · 1.27 KB

N|Solid

YIPL Frontend Starter Kit

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.

Technologies

  • 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

Installation

  1. git clone https://github.com/younginnovations/yi-frontend-starter-kit.git
  2. npm install

Development

Open your favorite terminal and run these commands.

  • gulp

Watch for changes in your files

  • gulp watch

Production

For production build:

  • gulp --production

Further improvements

We're constantly working on adding new features. Get in touch if you have ideas for improvements. Bug reports and pull requests are welcome.