All Projects → interpunkt → generator-craftskeleton

interpunkt / generator-craftskeleton

Licence: MIT license
Starterkit for Craft CMS 2.x (Multi-Environment Configs with HeartyConfig, Gulp, and Bower for Dependencie-Management)

Programming Languages

PHP
23972 projects - #3 most used programming language
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
ApacheConf
554 projects

Projects that are alternatives of or similar to generator-craftskeleton

web-starter-kit-gulp
Starter kit for automated front-end web development using Gulp, NPM, Bower, Babel, Sass, and Pug.
Stars: ✭ 35 (+150%)
Mutual labels:  gulp, bower
igni-core
UNSUPPORTED: An easy to use & featherlight CMS that shortcuts the bootstrapping of backend PHP + MySQL based projects. Developed in Laravel, it uses the latest PHP coding standards and library versions.
Stars: ✭ 13 (-7.14%)
Mutual labels:  gulp, bower
sage-starter
The best starter theme with a modern front-end development workflow. Based on Sage, HTML5 Boilerplate, gulp, Bower, and Bootstrap.
Stars: ✭ 42 (+200%)
Mutual labels:  gulp, bower
Generator Dhboilerplate
Boilerplate made by David Hellmann
Stars: ✭ 54 (+285.71%)
Mutual labels:  gulp, craftcms
Hoverboard
Conference website template
Stars: ✭ 935 (+6578.57%)
Mutual labels:  gulp, bower
animecenter
The source code for animecenter
Stars: ✭ 16 (+14.29%)
Mutual labels:  gulp, bower
project-manager-laravel
Project manager system - PHP and AngularJS
Stars: ✭ 17 (+21.43%)
Mutual labels:  gulp, bower
docker-npm
npm, yarn, node, npx, bower, grunt, gulp, generate-md - build and dev tools.
Stars: ✭ 53 (+278.57%)
Mutual labels:  gulp, bower
Generator Fountain Webapp
Yeoman 'fountain' generator to start a webapp
Stars: ✭ 985 (+6935.71%)
Mutual labels:  gulp, bower
Ignition Go
Bootstrap4 /Codeigniter 3 Modular (HMVC) App Building Framework - to build enterprise class web applications... Versions: CodeIgniter 3.1.9 AdminLTE 3.4 Bootstrap 4.5.0
Stars: ✭ 166 (+1085.71%)
Mutual labels:  gulp, bower
gulp-sort
Sort files in stream by path or any custom sort comparator
Stars: ✭ 22 (+57.14%)
Mutual labels:  gulp
generator-fountain-react
Yeoman 'fountain' generator to start a webapp with React
Stars: ✭ 36 (+157.14%)
Mutual labels:  gulp
monsieurpress
A minimal & lightweight WordPress starter theme using gulp
Stars: ✭ 39 (+178.57%)
Mutual labels:  gulp
microsoft-figma
Produce sass/less variables files from figma
Stars: ✭ 18 (+28.57%)
Mutual labels:  gulp
adfab-gulp-boilerplate
A boilerplate including Gulp, Less/SASS, BrowserSync.
Stars: ✭ 17 (+21.43%)
Mutual labels:  gulp
Shangchao-Website
(官网案例) - 上朝科技 - Vue 2.0 - SPA项目
Stars: ✭ 22 (+57.14%)
Mutual labels:  gulp
slim-skeleton
Slim Framework skeleton application following MVC construction
Stars: ✭ 18 (+28.57%)
Mutual labels:  gulp
generator-starterkit
Yeoman that scaffolds out a front end starterkit. 📦
Stars: ✭ 29 (+107.14%)
Mutual labels:  gulp
starterkit
A Front End development Gulp.js based workflow. 🚀
Stars: ✭ 88 (+528.57%)
Mutual labels:  gulp
element-ui-s
🖖element-ui-s is a interesting component library 🦄https://shuangda1018.github.io/element-ui-s
Stars: ✭ 33 (+135.71%)
Mutual labels:  gulp

Craft CMS Generator

Starterkit for Craft CMS 2.x (Multi-Environment Configs with HeartyConfig, Gulp, and Bower for Dependencie-Management)


1. Installation

First; install wget, because the generator use it for downloading the actual Craftcms version. Check the wget for mac or wget for windows.

Second; install Yeoman and generator-craftskeleton using npm (I assume you have pre-installed node.js).

npm install -g yo
npm install -g generator-craftskeleton

2. Setup local installation

  1. Download this repository on your local machine.
  2. Create a local vhost – I prefere MAMP Pro – which is pointing on /public in this project.
  3. Create a database with the same name in the config file: /config/config.local.php.
  4. Run npm install && bower install.

3. Getting started

Now you’re ready to run the generator:

yo craftskeleton

The Craft CMS Plugins

This generator use some plugins. The plugins are already downloaded in /plugins/. If you want to use them, you have to activate them in the backend.

Run your Development Environment

To start coding you can run gulp in your root directory. If you want to get your production-files just run gulp build.

Add new Development Dependencies

Bower is used for the frontend dependencies. To add new dependencies you have to run following command in your bash:

bower install --save [DEPENDENCIE NAME]

Thanks WebDevs Family

Big thanks to my friends Sascha Fuchs, David Hellmann and Martin Herweg and of course to all the members from our Slack Channel webdevs (feel free to join us). Your helped me a lot and you guys are a big inspiration!


License

MIT © interpunkt. ag

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].