https://github.com/zafar-saleem/gitub-repos
https://github.com/zafar-saleem/gitub-repos
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/zafar-saleem/gitub-repos
- Owner: zafar-saleem
- Created: 2016-11-29T16:54:09.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-10T20:52:58.000Z (over 8 years ago)
- Last Synced: 2025-06-02T03:17:00.833Z (5 months ago)
- Language: CSS
- Size: 1.02 MB
- Stars: 0
- Watchers: 2
- 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 the steps below!
1. Clone this repository. Make sure Git is installed on your systems.
2. CD to the root folder of this project.
3. Run `npm install` (if it complains then run `sudo npm install`) to install all Grunt plugins(dependencies). Please make sure that nodejs is installed on your machine before running npm install.
4. Run `bower install` to install all project dependencies i.e. jquery into js/libs folder. Please make sure that bower is install on your machine before running bower install command.
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.