A simple front-end boilerplate for Interaction Designers and Developers.
The main features of Pink:
- Local server
- Less and Sass autocompile
- Bootstrap Less files included for customization
- Livereload for any files changes
- VTEX CSS Utils styleguide FTW
- Build command for publishing filtered files
- Front-end development frameworks included: jQuery, AngularJS, React, Underscore
When you run grunt, Pink starts a server at http://localhost:8080/, compiles style.less and style.sass files and begin watching changes in all files inside assets folder. Any change will reload the page or just reload css files, in case of style changes.
When you run grunt build, Pink makes a copy of src folder to build and removes .less and .scss files from the last one.
When you run grunt dist, Pink runs grunt build and publish it's content to gh-pages branch.
- Download or clone Pink
- Install NPM dependencies: run
npm i
- Run
grunt - Go to http://localhost:8080/
If you make changes on bootstrap.less file, you'll need to run this:
grunt less:bootstrap
grunt build
grunt dist