An open API service indexing awesome lists of open source software.

https://github.com/marcoroth/stimulus_reflex-issue-289

Repo to reproduce stimulus_reflex#289
https://github.com/marcoroth/stimulus_reflex-issue-289

Last synced: over 1 year ago
JSON representation

Repo to reproduce stimulus_reflex#289

Awesome Lists containing this project

README

          

# README

Repo to reproduce [`stimulus_reflex#289`](https://github.com/hopsoft/stimulus_reflex/issues/289)

## Setup

```bash
bundle install
yarn install

rails dev:cache

rails db:create db:migrate db:seed
```

## Start

```bash
rails s
bin/webpack-dev-server
```