Skip to content
This repository has been archived by the owner on Nov 27, 2022. It is now read-only.

frontbase/Frontbase

Repository files navigation

Frontbase

Preconfigured front-end devstack to the absolute perfection... like the HTML5 Boilerplate on steroids. Fully automated to save your precious time. Ready for any type of web project.

Engines

HandlebarsSemantic templates
StylusExpressive, dynamic and robust CSS preprocessor
BrowserifyJavaScript bundling with require() in the browser
BrowserSyncTime-saving synchronised browser testing
GruntAutomated build tasks
BowerPackage manager for the web

Initialization

Requirements: Node.js

npm install - the one command to rule them all

  1. Installation of node modules (specified in package.json, mainly for Grunt build)
  2. Installation of bower packages (specified in bower.json)
  3. Production build (specified in Grunt default task)

In case of NPM network problems try EU mirror: npm --registry http://registry.npmjs.eu/ install

Workflow

  • npm run-script build - for project production build
  • npm start - start of development work which builds project with DEV settings and then watches for file change

FAQ

How to make it work with XYZ PHP/Ruby/... framework?

Just move all files to project document_root directory and run commands from there. Done!

Copyright

Copyright 2011-2014 by Clevis s.r.o. Code released under the MIT license.

About

🚀 a starter fuel for web projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published