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

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

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.