I'm trying to build a simple web app (I'm newbie in Node.js, Yeoman, Grunt) and I'm following this great tutorial - "Build a M.E.A.N web app".
The only thing that I don't understand is why when running
grunt serve
I got urls like localhost:9000/#/projects. What's the point of the '#'?
Any help would be greatly appreciated.
Here you could find my gruntfile.