Skip to content

Lexicon version 1: How specifically are the .env files used? #31

Discussion options

You must be logged in to vote

If you want to publish your app, you'll need to deploy the API somewhere publicly accessible.

This topic was also recently covered in this issue: #11

I would recommend reading the documentation links mentioned in that issue for next steps.

Once you've deployed it somewhere, you will need to update the frontend/.env file to point at the correct host and port.

The line you're referencing from package.json is a quick start command used in development only.

When building the app you should follow what is outlined in the documentation under the Publishing your App section.

Replies: 7 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by Kinostrome
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
answered counterpart to the question label indicating that the question has been answered 👵 Outdated
2 participants
Converted from issue

This discussion was converted from issue #12 on May 12, 2023 09:39.