DEV Community

Discussion on: React Project - Idea to Production - Part Four - Hosting the Movie app and setting up CI/CD

Collapse
 
miguelangeltorresfp profile image
Miguel Angel Torres FP • Edited

Impressive, amazing, one of the best tutorials of all time summarizing the entire process of creating a fullstack app.
Again I had to add "skipLibCheck": true to the webapp tsconfig in order to pass the typescript checks.
Also I had to add this plugin to avoid eslint errors regarding typescript path aliases: eslint-plugin-import

Thank you very much @debojitroy .