shaansubbaiah / Portfolio

👤 Automatically generate and deploy a beautiful, responsive, static-site to display your GitHub projects.
MIT License
82 stars 13 forks source link

Nodemon added for application #18

Closed Sachin9663 closed 3 years ago

Sachin9663 commented 3 years ago

As for node application, it is must required to run via nodemon to make quick fixes easily

shaansubbaiah commented 3 years ago

Hello @Sachin9663, thanks for your input but I don't think nodemon is useful for this particular project as changes to the site are seen only after running portfolio build and viewing them in the /dist.

What I've found useful is using the VsCode Live Server plugin in the dist/ folder so changes are seen automatically after running portfolio build.