A light weighted project planning app. Build on top of MEAN stack.
You can take a look of online demo site, using guest credential [email protected]
pMate2014
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.
npm install
bower install
For development
grunt
Browsing at http://localhost:3000
For production
grunt prod
For test
grunt test
Configuration files can be found at config/env
.