-
Notifications
You must be signed in to change notification settings - Fork 10.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add serve command in cli #237
Conversation
Interesting... I've just been using http-server so hadn't seen a need but I I think the name "serve" is a bit ambiguous as it would get confused
|
I merged this new command and renamed it to |
Cool. The name I chose was pretty weak, I'll admit, but I'm glad you found it useful enough to merge. |
Definitely a useful idea and great code. Glad Gatsby has been helpful!
|
Hiya @alehlopeh! 👋 This is definitely late, but on behalf of the entire Gatsby community, I wanted to say thank you for being here. Gatsby is built by awesome people like you. Let us say “thanks” in two ways:
If you have questions, please don’t hesitate to reach out to us: tweet at @gatsbyjs and we’ll come a-runnin’. Thanks again! 💪💜 |
I needed to preview the output of
gatsby build
before deploying, so I added a serve command to the cli. Pretty basic.