Hi guys Ive been programing in nodejs for a couple of months now. But testing of the code is a daunting task. im looking for a better way to test my code.
My current setup:
- server at digital ocean.
- PuTTY for running the app.
- Filezilla for uploading files to the server.
- Notepad++
They way I test new code:
- Close application at the server
- Upload new data through filezilla
- Reset server
- load web page to see effects of new code.
Although I can do all of these steps pretty fast , I would interested in tips to speed testing up ?
I read about nodemon and I think it would reduce on of the steps (resetting the server) ?
Frederik