anikethsaha / mern

:tada: This is boilerplate for MERN stack with integrations like Redux and SSR :tada:
https://mern.netlify.com
MIT License
98 stars 44 forks source link

[CI]: add lighthouse CI in travis #125

Closed anikethsaha closed 4 years ago

anikethsaha commented 4 years ago

Lighthouse can be added in our travis config in order to keep up with the bundle 's quality

Helpful links

issue-label-bot[bot] commented 4 years ago

Issue-Label Bot is automatically applying the label feature_request to this issue, with a confidence of 0.98. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

jeffin143 commented 4 years ago

@anikethsaha , I would like to take this up, can you assign me. I will take a look today :)

jeffin143 commented 4 years ago

Let me know if the following makes sense

Expose the server using ngrok and then run lighthouse against that custom build URL, which gets expired after 8 hours , or we could stop the server too

whatsoever looks feasible

anikethsaha commented 4 years ago

I guess it can be done by running client: start in the script and then test the link it's giving?

Expose the server using ngrok and then run lighthouse against that custom build URL,

Lets try this :

or we could stop the server too

I guess closing is much better any way we are not getting many PR so it won't harm any but still 👌

anikethsaha commented 4 years ago

https://github.com/anikethsaha/mern/pull/129