Skip to content

bassem-dh/Typescript-bundling-browserify

Repository files navigation

Typescript-bundling-browserify

using browserify, watchify , tsify to compile and bundle es6,typescript into one js file.

Pre-Requisites

Install Node.js

Install these NPM packages globally:

npm install -g gulp typescript

Installing Packages

  • Open terminal
  • Type npm install

Running

Type gulp serve-dev to compile ts files, watch any changes to re-compile and lunch the index page in the browser

Type gulp serve-build to compile ts files into one lib.js file in the dest folder and lunch the index page in the browser

Type gulp build to compile ts files into one lib.js file in the dest folder

References

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published