fredo509 / js-capstone

2 stars 0 forks source link

Recommendation to use a Webpack template for API implementation #30

Open MarcoDDM opened 1 year ago

MarcoDDM commented 1 year ago

Great job you've done with the API implementation. I have noticed that you are using less code, and it's working perfectly fine. However, I would like to suggest that you consider using a Webpack template to make your job more efficient.

With Webpack, you can bundle your code and dependencies into a single file, making it easier to deploy and manage. Also, using a Webpack template will allow you to add linters and other essential tools that can help you maintain a professional repo.

I strongly believe that this suggestion will help you take your API implementation to the next level, and I would be happy to assist you if you need any guidance on how to get started with Webpack.

Mylo16 commented 1 year ago

Great job @fredo509 🎉🎉. There's nothing else to say about your project. I tested it on my computer and it is working fine. Congratulations