Is it possible to add service worker to existing react project, which was not created using create-react-app
I am working on a project that has react version 15.1 and node version 8. The project was not made using create-react-app
. Is it possible to add service worker in this project. If yes please provide the guidelines.