Setting up local server and devtool analysis
For this week ,my task was divided into two setting up a local server and also devtools analysis
The reason for setting up a local server was due to the fact that the CORs error came up
What went wrong ?
CORS requests may only use the HTTPS URL scheme, but the URL specified by the request is of a different type. This often occurs if the URL specifies a local file, using a file:///
URL.
To fix this problem, we simply had to setup a local server which makes use of a HTTPS url.
DevTool Analysis
The purpose of devtools analysis is to find out areas that need optimization and how to optimize them using the performance tab and also finding out what eats up CPU time and memory leaks
For this week:
My task is on packaging the local server so it can be launched as an app on desktop using electron and further devtool analysis