Creating CodeSoju Web Applications with Cedrus best practices.
First, install Yeoman and generator-codesoju using npm (we assume you have pre-installed node.js).
npm install -g yo
npm install -g generator-codesoju
Then generate your new project:
yo codesoju