We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Problem
When I load the application, I expect the html (assets) to load automatically. At the moment, I have to cd into client and manually open.
cd
client
Proposed solution
Use express static assets to load those assets
Alternative considerations
Introduce a web server (apahce/nginx), have a multi process docker container etc. But no, KISS.
The text was updated successfully, but these errors were encountered:
Fix youssef-imlyhen#1 Load static assets automatically
8d58a8a
No branches or pull requests
Problem
When I load the application, I expect the html (assets) to load automatically. At the moment, I have to
cd
intoclient
and manually open.Proposed solution
Use express static assets to load those assets
Alternative considerations
Introduce a web server (apahce/nginx), have a multi process docker container etc. But no, KISS.
The text was updated successfully, but these errors were encountered: