Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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"
- Host: GitHub
- URL: https://github.com/eric-guo/react_on_rails-hacker-news
- Owner: Eric-Guo
- License: mit
- Created: 2017-10-01T16:49:38.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-02T14:59:20.000Z (almost 7 years ago)
- Last Synced: 2025-01-23T07:53:30.868Z (6 days ago)
- Topics: rails, react, react-on-rails
- Language: Ruby
- Homepage: https://www.robinwieruch.de/the-road-to-learn-react/
- Size: 142 KB
- Stars: 8
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```