Skip to content

minimum-viable/browserify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

browserify

Mininum viable setup to get Browserify running.

Use

git clone git@github.com:mininum-viable/browserify.git
npm install

The project uses UglifyJS2, browserify and watchify. If you have these installed globally, you can run npm install --production to skip installing them locally inside the project.

To build the project, simply run one of the following

npm run build
npm run build:watch
npm run build:production

To start the static server

npm start

or use nodemon.

About

Mininum viable setup to get Browserify running.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published