Skip to content

makemepulse/typed-bone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

typed-bone

SPA site starter using Typescript, Browserify and Backbone

Install

Clone this repository, then

npm install

This will install the project and its dependencies to be able to develop

Browser-sync
Browserify
Stylus
Watchify
Tsify

Vendor

Packages used on the end code. Feel free to add more ( npm install --save [packageName] )

BackboneJS
jQuery
GSAP/Tweenmax
Underscore

Tasks

Have a look to the 'scripts' field in package.json ;)

start

Launches a browser-sync server on port 9000 with livereload, open default browser and start watching

npm start

start:server

Launches a browser-sync server on port 9000, watch for changes only for /static files and open default browser.

npm run start:server

build

Bundle all JS and CSS static files.

npm run build

build:js

Bundle the main.js static file.

npm run build:js

build:js:vendor

Bundle the v.js static file from /src/scripts/vendor/vendor.js
By default, it contains Backbone, jQuery, Underscore and TweenMax on the window object.
Feel free to add more.

npm run build:js:vendor

build:css

Bundle the main.css static file.

npm run build:css

watch

Watch and rebundle all JS and CSS static files.

npm run watch

watch:js

Watch /src/scripts/ and rebundle the main.js static file.

npm run watch:js

watch:css

Watch /src/styles/ and rebundle the main.css static file.

npm run watch:css

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published