Skip to content

funnythingz/typescript-jquery-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TypeScript jQuery Template

use jQuery for TypeScript.

Usage

use Node.js

Setup

install grunt & bower & testem

% sudo npm install -g grunt-cli
% sudo npm install -g bower
% sudo npm install -g testem

npm package install

% npm install

install jQuery

% bower install jquery

or

% bower install https://github.com/jquery/jquery.git

Directory Tree

  • src/ ... *.ts, *.html
  • build/ ... compiled file to (*.js, *.html)
  • tests/ ... test file

Command

build

% grunt

watch

% grunt watch

local web server

DocumentRoot is build/

% grunt server

test

% testem

funnythingz

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages