Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bazzel/rails-progressive-enhancement-navigation
https://github.com/bazzel/rails-progressive-enhancement-navigation
rails ruby stimulus
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bazzel/rails-progressive-enhancement-navigation
- Owner: bazzel
- Created: 2020-08-28T10:51:34.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-02T17:56:27.000Z (about 4 years ago)
- Last Synced: 2024-11-13T18:46:04.553Z (3 months ago)
- Topics: rails, ruby, stimulus
- Language: Ruby
- Homepage: https://rails-navigation.herokuapp.com
- Size: 979 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rails Progressive Enhancement Navigation
## Introduction
...
## Prerequisites
- Install [all requirements](https://gorails.com/setup/osx/10.15-catalina) on your machine
## Installation
```
$ git clone https://github.com/bazzel/rails-progressive-enhancement-navigation
$ cd rails-progressive-enhancement-navigation
$ rbenv install `cat .ruby-version` # assuming you use rbenv.
$ bundle install
$ yarn install
$ bin/rails db:setup
```## Running / Development
- `bin/rails s`
- `bin/webpack-dev-server`
- Visit your app at [http://localhost:3000](http://localhost:3000).### Populate the database
The project comes with a `seed.rb` which you can use to populate your development environment:
`bin/rails db:seed`
## Technical details
...
## Deployment
The application is hosted by [Heroku](https://rails-navigation.herokuapp.com/).