Mojenn is a CMS written in JavaScript, using AngluarJS on the client side and NodeJS on the server side.
We assume node.js and npm
are already install. If not, please refer to node.js website.
Clone Mojenn git clone https://github.com/angular/angular-seed.git
Install depedencies npm install
Move into Mojenn directory cd Mojenn
Launch the web server node mojenn_server.js
Open your web browser [http://127.0.0.1:8080/]