It’s pretty straight-forward tutorial for anybody to understand about to create NodeJS static file server. Suppose, you want to run your AngularJS static application in your local PC with pretty URLs and other features. You may need to create a stand-alone static file server. So here you can do that with NodeJS and Express. – Just create a package.json file in your application root. and write the following json configuration there. And after that create a JS file name static-server.js …