https://github.com/smashingboxes/webpacker-lnl
Code for a LnL about Webpacker & React on Rails
https://github.com/smashingboxes/webpacker-lnl
Last synced: 10 months ago
JSON representation
Code for a LnL about Webpacker & React on Rails
- Host: GitHub
- URL: https://github.com/smashingboxes/webpacker-lnl
- Owner: smashingboxes
- Created: 2018-07-03T17:04:58.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-03T17:05:21.000Z (almost 8 years ago)
- Last Synced: 2025-01-03T18:12:21.505Z (over 1 year ago)
- Language: Ruby
- Size: 102 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Webpacker-lnl
*TODO: Project description*
## Table of Contents
- [Stack](#stack)
- [Getting Started](#getting-started)
- [Installation](#installation)
- [Usage](#usage)
- [Seeded Logins](#seeded-logins)
## Stack
Rails - ~> 5.1.4
Ruby - 2.4.2
PostgreSQL
## Getting Started
### Installation
If you haven't installed ruby, bundler, and postgresql, do that first. Then, do the following to
set up this app:
```sh
git clone
cd
bundle install
cp config/secrets.example.yml config/secrets.yml
bundle exec rails db:setup
```
### Usage
To run the app locally:
```sh
bundle exec rails s
```
Then navigate to http://localhost:3000
### Seeded logins
For a list of credentials you can use to log into the app, check [the seeds file](db/seeds.rb).
These logins are created via `rails db:setup` above.