This project was initially developed for the online magazine skra-punk.com. The base we used was Mean.js. From there we included:
- Multi-user support
- Administration panel, complete with WYSIWYG html editor
- Different views based on account access rights
- RESTful API
- Facebook support
- SEO
Also we used Grunt as our developer tool to automate common tasks (watching files for changes, loading configuration, minifying assets, live reloading).
git clone https://github.com/ParanoidSandroid/MEAN-magazine.git
Install dependencies with npm:
npm install
Build project with:
grunt build
Run with:
grunt
or
npm run start