https://github.com/excid3/scheduled_tweets
https://github.com/excid3/scheduled_tweets
learn rails ruby rubyonrails
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/excid3/scheduled_tweets
- Owner: excid3
- Created: 2021-01-26T18:25:32.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-09-06T00:25:29.000Z (almost 3 years ago)
- Last Synced: 2025-01-14T11:47:48.501Z (over 1 year ago)
- Topics: learn, rails, ruby, rubyonrails
- Language: Ruby
- Homepage: https://gorails.com/start
- Size: 197 KB
- Stars: 34
- Watchers: 3
- Forks: 23
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Scheduled Tweets
Created by [Chris Oliver](https://github.com/excid3) for [GoRails](https://gorails.com).
## Learn Ruby on Rails
In this tutorial, we cover the basics of web development with Ruby on Rails.
[Learn Ruby on Rails at GoRails](https://gorails.com/start)
## Boot instructions
Start rails server:
* bundle install
* bundle exec rails s
Start webpack:
* yarn install
* bin/webpacker-dev-server