6
useVim
3y

Frontend Developers

checkout this awesome vanilla frontend boilerplate.

I always wanted something like this and never found one.

the main feature is -> PHP's include like feature. eg. create nav.html and use it in multiple places.

other notable feature -> bootstrap's grid (only grid, not whole bootstrap shenanigans) for responsiveness eg. .row, .col-11, etc

and npm install to use packages within the project.

plus more checkout.

https://github.com/MinSomai/...

Comments
Add Comment