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
- Host: GitHub
- URL: https://github.com/bugidev/modernwebappworkflow
- Owner: BugiDev
- Created: 2014-11-21T22:31:24.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-11-25T15:25:23.000Z (over 11 years ago)
- Last Synced: 2023-04-10T07:37:02.088Z (about 3 years ago)
- Language: JavaScript
- Size: 137 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"