Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/martijnkeesmaat/axis

Axis is a well thought out front-end structure that gets you quickly started with every web project.
https://github.com/martijnkeesmaat/axis

bem boilerplate components framework frontend modular

Last synced: 6 days ago
JSON representation

Axis is a well thought out front-end structure that gets you quickly started with every web project.

Awesome Lists containing this project

README

        


-


Axis is a component-driven boilerplate, which can be extended to a framework. It strives to create projects with beautifully organized code, this is achieved by adapting the BEM methodology and using a SMACSS inspired structure. With this approach you can create modular and scaleable front-end environment.


## Quick start
Get your front-end environment up and running in 3 simple steps.

1. Clone or download this repo
2. Run ```npm install``` in the root folder
3. Run ```gulp```


## Core elements
When downloaded you start out with the "core".

This exist out of the styling of the [basic elements](https://martijnkeesmaat.github.io/components.html), like typhography, buttons, forms and more.



See the core elements




## Components
Axis has a various amount of pre-build components to develop at a faster rate.

You choose which elements you want, so that you only get the elements you actually use.


See the components


## Docs

- [Project structure](https://github.com/MartijnKeesmaat/Axis/wiki/Project-structure)
- [Organizing code with comments](https://github.com/MartijnKeesmaat/Axis/wiki/Organizing-code-with-comments)
- [Gulp commands](https://github.com/MartijnKeesmaat/Axis/wiki/Gulp)