ActiveFrontend
ActiveFrontend is a refreshingly modern responsive web framework for beautiful and faster project development.
To get started, check out https://github.com/drexed/active!
Installation
Add this line to your application's Gemfile:
gem 'active_frontend'
And then execute:
$ bundle
Or install it yourself as:
$ gem install active_frontend
Table of Contents
Configuration
rails generate active_frontend:install will generate the following active_frontend.js and active_frontend.scss file and add it within vendor/assets/javascripts and vendor/assets/stylesheets directories respectively.
Contributing
- Fork it ( https://github.com/[my-github-username]/active_frontend/fork )
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request
