Skip to content
imolorhe edited this page Feb 3, 2015 · 6 revisions

#Welcome to the grillo wiki! alt text

Grillo is a front-end framework for developing web applications with a defined structure for organizing the various components that make up the project.

By calling it a front-end framework, it is not only just a framework containing HTML, CSS and JS files, but also one with a predefined set of tasks that are run by the Grunt build system. Grillo combines parts of frameworks, patterns and best practices to form a complete structure for creating web applications.

Grillo utilizes the following open source projects:

Grillo uses a couple of concepts which each developer would have to have basic knowledge about. Some of these concepts include:

  • Git
  • Sass
  • Grunt
  • CSS Best Practices
  • JavaScript Best Practices
  • Native JavaScript
  • JavaScript Module Pattern
  • Test Driven Development
Clone this wiki locally