https://github.com/dceluis/hotwire-test
https://github.com/dceluis/hotwire-test
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dceluis/hotwire-test
- Owner: dceluis
- Created: 2022-09-04T01:23:40.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-12T19:13:51.000Z (almost 4 years ago)
- Last Synced: 2025-12-26T13:44:27.172Z (6 months ago)
- Language: Ruby
- Size: 63.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
# Install dependencies
```
bundle install
yarn install
```
# setup database
```
bin/rails db:create
bin/rails db:migrate
```
# run the server
```
bin/rails s
```
# To run specs:
```
bundle exec rspec
```
and then navigate to localhost:3000
UX peek:
