Skip to content

Instantly share code, notes, and snippets.

View Graphiee's full-sized avatar
🎯
Focusing

Dominik Miśkiewicz Graphiee

🎯
Focusing
View GitHub Profile
@Graphiee
Graphiee / rails_startup.md
Last active November 24, 2024 10:19
Rails server startup options

Rails startup options

Most basic Rails server startup

rails s

with port...

rails s -p 3003

Startup, while making Rails server available in the local network (so that all users in the same WiFi network can enter it):