https://github.com/zafar-saleem/plan
https://github.com/zafar-saleem/plan
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zafar-saleem/plan
- Owner: zafar-saleem
- Created: 2016-05-07T16:43:04.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-13T19:32:43.000Z (over 9 years ago)
- Last Synced: 2025-01-01T03:27:40.531Z (11 months ago)
- Language: JavaScript
- Size: 33.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Getting started
In order to run this project in the browser successfully, please follow these steps below!
1. Clone this repository.
2. CD to plan folder.
3. Run `npm install` (if it complaints then run `sudo npm install`) to install all Grunt plugins(dependencies).
4. Run `bower install` to install all project dependencies such as backbone, underscore, jquery, requirejs etc, into js/libs folder.
5. Now run `grunt` command on your terminal in `root` folder of this project.
6. Now go to your browser and type `localhost:8000` to view this project in action.