Skip to content
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 backend support for serving static files (HTML/CSS/JS) to the client #1

Closed
syedtaqi95 opened this issue Oct 30, 2021 · 1 comment
Assignees

Comments

@syedtaqi95
Copy link
Collaborator

When a user does a GET request to the backend (e.g. localhost:8000), the backend should serve the React app files to the client.

The production version of the React app can be generated by running "npm build" in the frontend repo.

@syedtaqi95
Copy link
Collaborator Author

Fixed in commit b2aa184

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants