nelisr / starter-php-grunt

starter php based in grunt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Starter grunt

Description ""

O projeto ... | www

About us?

É um starter grunt. É um conjunto de trabalho que utiliza para as tarefas do dia a dia o Bootstrap, SCSS e Grunt.

Getting Started

Pré-requisitos: Você precisa ter instalado .

  • Install Node.js
  • Install Grunt by running npm install -g grunt-cli
  • Install sass
  • Install compass

Directory Overview

ProjectRoot/
│
├── assets/
│   ├── scss/
│   │   └── global/
|	│   │   └── _bootstrap.scss			
|	│   │   └── _variables.scss			
|	│   │   └── _components.scss			
|	│   │   └── _mixins.scss			
|	│   │   └── _placeholder.scss			
|	│   │   └── _reset.scss			
|	│   │   └── _fonts.scss			
│   │   └── modules/
|	│   │   └── _buttons.scss			
|	│   │   └── _form.scss			
|	│   │   └── _swipe.scss			
|	│   │   └── _menu.scss			
│   │   └── sections/
|	│   │   └── _footer.scss
│   |	│   └── _header.scss
|	│   │   └── _inner-content.scss
|	│   │   └── _query.scss
|
│   ├── images/
|	│   └── src/
|
│   ├── fonts/
|	│   └── src/
|
|	├── js/
│   │   └── vendor/
|	│   └── <package-name>.min.js
|
├── src/
|	├── node_modules/
|	├── Gruntfile.js
| 	├── package.json

├──.gitignore
├── header.php
├── index.php
├── footer.php
└── README.md

About Structure

  • Após rodar os comandos vai ser criada a pasta 'build/' com os arquivos da production, aí é só subir pro servidor.

Authors

Team

  • Layout:
  • Front:
  • Back:

Node.js

*https://nodejs.org/en/

Grunt

*http://gruntjs.com/getting-started

  • Versão 1 - Modo inicial, testes e aplicação estão começando com Bootstrap.

References

About

starter php based in grunt


Languages

Language:CSS 97.9%Language:JavaScript 1.1%Language:PHP 1.0%