Technical fest 2k21 website of NIT hamirpur
Run the development Server. Delete public folder and stores bundled files in memory for development use. (http://localhost:8080)
Build for production.Create public folder with bundled and minified files and dependencies.
Runs the original server with
nodemon
. (http://localhost:3000)