Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/eric-guo/react_on_rails-hacker-news

Hackernews client based on react_on_rails for "The Road to learn React"
https://github.com/eric-guo/react_on_rails-hacker-news

rails react react-on-rails

Last synced: 4 days ago
JSON representation

Hackernews client based on react_on_rails for "The Road to learn React"

Awesome Lists containing this project

README

        

# README

## How to start

```bash
bundle && yarn
rails db:migrate
foreman start -f Procfile.dev
```

Notes:

eslint relay on you it at global, by:

```bash
npm -g install eslint eslint-plugin-react eslint-plugin-standard eslint-plugin-promise eslint-plugin-import eslint-plugin-node eslint-config-standard-react eslint-config-standard
```