[go: nahoru, domu]

Skip to content

woodpig07/project-mate

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published