To get this working:
npm install
in the main directorynpm install -g bower
to make sure you have the latest version of bowerbower install
in the client directorynodemon server/server.js
in the main directory
This is a small example of a server built using nodejs.
The current implementation on master uses express for its extreme brevity, but the earlier versions used a vanilla nodejs router of our own design.
It goes without saying that the express version is much simpler.
This was originally a project from Hack Reactor's curriculum.