https://github.com/zafar-saleem/tyl
https://github.com/zafar-saleem/tyl
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zafar-saleem/tyl
- Owner: zafar-saleem
- Created: 2014-04-02T19:09:21.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-12-05T18:54:03.000Z (almost 9 years ago)
- Last Synced: 2025-06-02T03:16:09.346Z (6 months ago)
- Language: JavaScript
- Size: 20 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Requirements
Tyl requires Grunt that needs to be installed and requires, but not must, some basic knowledge of Grunt.
If you don't know Grunt then please read about it here. Similarly, it also needs some bower knowledge
as it is used as dependency management tool. Please read about bower here. Install both of these tools
before continuing.
## Usage
1. Clone this repository.
2. Run npm install command to download and install all Grunt dependencies.
3. Run bower install to download all project dependencies such as jQuery.
4. (Optional) Now run `grunt hookmeup` to add pre-commit hooks for jshint and csslint.
5. Run `grunt` to run the server on port `8000` and make the project production ready.
Once application is completed then run following command to build your application for production.
1. Grunt
The built version will be in new directory called /dist in root directory.