Generic Pressing Management system for small and medium size businesses
-
Ensure you have
npminstalled - goto http://nodejs.org/download/ to download installer for your OS. -
Fork repo from https://github.com/tragent/pressing-app-web.git and clone.
-
cd into pressing-app-web
-
Next pull the runtime and build time dependencies by running bower and npm install commands on the project root folder
bower installnpm install -
To preview the app, run the following command on the project root folder
grunt serve