Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 587 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 587 Bytes

Mojenn - A CMS using AngularJS and NodeJS

Mojenn is a CMS written in JavaScript, using AngluarJS on the client side and NodeJS on the server side.

How to use

We assume node.js and npm are already install. If not, please refer to node.js website.

Installing Mojenn

Clone Mojenn git clone https://github.com/angular/angular-seed.git
Install depedencies npm install

Running Mojenn

Move into Mojenn directory cd Mojenn
Launch the web server node mojenn_server.js
Open your web browser [http://127.0.0.1:8080/]