An open API service indexing awesome lists of open source software.

https://github.com/bugidev/modernwebappworkflow

Public presentation on modern WebApp workflow - Front End part at JavaDay Macedonia
https://github.com/bugidev/modernwebappworkflow

Last synced: about 1 year ago
JSON representation

Public presentation on modern WebApp workflow - Front End part at JavaDay Macedonia

Awesome Lists containing this project

README

          

ModernWebAppWorkflow
====================

Public presentation on modern WebApp workflow - Front End part at JavaDay Macedonia

This project is an app made for the presentation on modern WebApp workflow - Front End part.
It is actualy a JavaScript power stack and shows a good practice for setting up a frontend project.

To start the project, first you need to have Node.JS installed on your computer (http://nodejs.org/).
Then, install bower (http://bower.io/) and the last thing is to install of the dependencies using these 2 commands:
npm install
bower install

when this is finished, you can run tasks using:
grunt "clean build"
grunt "dev run"
grunt "build compile"
grunt "build run"