Get help on our basic JavaScript and Algorithms Challenges. If you are posting code that is large use Gist - https://gist.github.com/ paste the link here.
thecodingaviator on master
remove A (#31157) (compare)
I got a question please, I have built a react application with MongoDB. In the structure of my project I have 2 folders one is for the Front-end and the other for Backend. In order for me to see the actual result, I run nodemon server.js within the backend folder, and then I run on the project level npm start. My application is working perfectly.
My question to you guys, Would I face any issue if I deploy my project to Netlify ?