Go to file
h8rry c64217d15f Add rubocop and lint all files 2022-09-06 15:44:27 +08:00
.devcontainer add .devcontainer 2022-09-06 15:41:43 +08:00
app Add rubocop and lint all files 2022-09-06 15:44:27 +08:00
bin Add rubocop and lint all files 2022-09-06 15:44:27 +08:00
config Add rubocop and lint all files 2022-09-06 15:44:27 +08:00
db Add rubocop and lint all files 2022-09-06 15:44:27 +08:00
lib init 2022-03-28 11:51:04 +08:00
log init 2022-03-28 11:51:04 +08:00
public init 2022-03-28 11:51:04 +08:00
spec Add rubocop and lint all files 2022-09-06 15:44:27 +08:00
storage init 2022-03-28 11:51:04 +08:00
test Add rubocop and lint all files 2022-09-06 15:44:27 +08:00
tmp init 2022-03-28 11:51:04 +08:00
vendor init 2022-03-28 11:51:04 +08:00
.browserslistrc init 2022-03-28 11:51:04 +08:00
.env-sample add env sample 2022-03-28 15:55:24 +08:00
.gitattributes init 2022-03-28 11:51:04 +08:00
.gitignore api end points 2022-03-28 13:03:28 +08:00
.rubocop.yml Add rubocop and lint all files 2022-09-06 15:44:27 +08:00
.ruby-version Update to ruby 3.2.1, rails 6.1.6.1 and other gems 2022-09-06 15:35:34 +08:00
Gemfile Update to ruby 3.2.1, rails 6.1.6.1 and other gems 2022-09-06 15:35:34 +08:00
Gemfile.lock Update to ruby 3.2.1, rails 6.1.6.1 and other gems 2022-09-06 15:35:34 +08:00
Procfile.dev prep for heroku 2022-03-28 12:16:07 +08:00
README.md prep for heroku 2022-03-28 12:16:07 +08:00
Rakefile Add rubocop and lint all files 2022-09-06 15:44:27 +08:00
babel.config.js init 2022-03-28 11:51:04 +08:00
config.ru Add rubocop and lint all files 2022-09-06 15:44:27 +08:00
package.json api end points 2022-03-28 13:03:28 +08:00
postcss.config.js init 2022-03-28 11:51:04 +08:00
yarn.lock api end points 2022-03-28 13:03:28 +08:00

README.md

Twitter Clone (Advanced with Mailer, Search, Photo Upload)

Visit Altcademy Classroom for more instructions.

  1. Install GEMS
bundle
  1. Install NPM packages
yarn
  1. Start rails server
rails s

Or use foreman if you have it installed, it will run rails server and webpack dev server

foreman start -f Procfile.dev
  1. Go to "localhost:3000" on browser.