first commit

This commit is contained in:
Israel Ogbole
2016-04-25 01:47:31 +01:00
commit 12c84dee8e
447 changed files with 80643 additions and 0 deletions

27
README.md Normal file
View File

@@ -0,0 +1,27 @@
**Gentelella Admin on Rails 4**
---------------------------
Rails implementation of the awesome [Gentelella](https://github.com/puikinsh/gentelella) Bootstrap admin template.
Setup:
1. Clone this repo : git clone
https://github.com/iogbole/gentelella_on_rails.git
2. cd gentelella_on_rails
3. npm install -g bower
4. bower install
5. bundle install
6. rails s
That's it!
Navigate to http://localhost:3000/plainpage/index
![gentelella on rails ](https://cloud.githubusercontent.com/assets/2548160/14771111/a1523f80-0a78-11e6-87bb-9de1156faf51.png)
----------
** I committed the vendor files to this repo so you may skip step 3 and 4*