https://github.com/xmas7/railsconf-react-workshop
railsconf for react workshop
https://github.com/xmas7/railsconf-react-workshop
railsconf ruby
Last synced: about 2 months ago
JSON representation
railsconf for react workshop
- Host: GitHub
- URL: https://github.com/xmas7/railsconf-react-workshop
- Owner: xmas7
- Created: 2022-09-30T16:33:55.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-09-30T16:34:11.000Z (over 2 years ago)
- Last Synced: 2025-02-01T09:27:59.270Z (4 months ago)
- Topics: railsconf, ruby
- Language: Ruby
- Homepage:
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Workshop
Learning about the fundamentals of React at RailsConf 2017# Local Setup
- Clone the repo
- Inside the directory run the following commands
- `bundle install`
- `rake db:create`
- `rake db:migrate`
- `rake db:seed`
- `rails server`# Technologies
- Rails 5.0
- sqlite3
- react-rails
- materialize-sass