Argon is a Rails app with an integrated Bootstrap Dashboard theme. It's built by DinoSaaS, with the Argon theme from Creative Tim.
Clone the repo:
git clone [email protected]:Dino-Saas/Argon.git argon-demo
Download the right gems with the right versions (as specified in the Gemfile
).
bundle install
Update Yarn packages as specified in package.json
.
yarn install
Start up your server.
rails server
Point your browser to http://localhost:3000 and check out your stunning new Rails dashboard!
For a deep-dive into the codebase, and a demo walking you through how to customize it, check out the article on DinoSaaS.
Original Argon Bootstrap theme - Copyright © 2020 Creative Tim (https://www.creative-tim.com)