woodpig07 / project-mate

Project planning app with MEANJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

project-mate


A light weighted project planning app. Build on top of MEAN stack. You can take a look of online demo site, using guest credential Demo@gmail.com pMate2014

Prerequisites


Install following for development:

  • Nodejs as project backend framework and npm as package manager, this project was built and tested with node v0.10.29.
  • Bower as frontend package manager.
  • MongoDB as database using default port 27017.
  • Grunt as dev task automation tool.
  • SASS as CSS pre-compiler, you'll need install Ruby first.

For a little more details about how to install them, please also refer to MEANJS README.

Install other dependencies


npm install

bower install

Running application with Grunt


For development

grunt

Browsing at http://localhost:3000

For production

grunt prod

For test

grunt test

Configuration files can be found at config/env.

About

Project planning app with MEANJS

License:Other


Languages

Language:CSS 45.4%Language:JavaScript 43.1%Language:HTML 11.3%Language:Shell 0.2%Language:Ruby 0.0%