-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Build Project for Production and Serve Project #1551
Comments
You should follow the README documentation Run the app and start the front-end and back-end with: yarn dev |
|
I want to deploy the artifacts and test it in the cloud. When I run When I try to serve the build artifacts with I don’t want test to locally by running |
You can check the examples in:
for how to run in CI. |
Hi, when I build the project with
yarn build
and serve the projectserve -s build
, I am unable to log in with the existing users in the DB or create a new user. What do I do?The text was updated successfully, but these errors were encountered: