A front end framework and pattern library
Full documentation can be found here
git clone git@github.com:getchopchop/chopchop.git
cd chopchop
npm i
npm run build
$ npm run watch
- Builds assets and watches directories for changes.$ npm run build
- Builds all assets.$ npm run build:production
- Builds all assets for production (Minified CSS
and JavaScript, compressed images etc).This can be easily changed to suit your project.
+-- build/
| +-- css
| +-- img
| | +-- vector
| +-- js
| +-- vendor
+-- node_modules/
+-- inc/
+-- pattern/
+-- src/
| +-- img
| | +-- vector
| +-- js
| +-- scss
| +-- vendor
+-- .editorconfig
+-- .gitignore
+-- .htaccess
+-- gulpfile.js
+-- index.php
+-- LICENCE.md
+-- package.json
+-- README.md
Have a bug or a feature request? Please first read the contributing guidelines document and search for existing and closed issues. If your problem or idea is not addressed yet, please open a new issue.
Please read through our contributing guidelines. Included are directions for opening issues, coding standards, and notes on development.
Editor preferences are available in the editor config for easy use in common text editors. Read more and download plugins at http://editorconfig.org.
This project is maintained under the Semantic Versioning guidelines. Sometimes we screw up, but we'll adhere to those rules whenever possible.
See the Releases section of our GitHub project for changelogs for each release.