material-design-template
Material Design Based One Page HTML Template (by joashp)
browserify
browser-side require() the node.js way (by browserify)

SurveyJS - JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor
Keep full control over the data you collect and tailor the form builder’s entire look and feel to your users’ needs. SurveyJS works with React, Angular, Vue 3, and is compatible with any backend or auth system. Learn more.
surveyjs.io
featured
material-design-template | browserify | |
---|---|---|
1 | 35 | |
593 | 14,690 | |
0.0% | 0.1% | |
0.0 | 5.3 | |
over 3 years ago | 7 months ago | |
JavaScript | JavaScript | |
- | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
material-design-template
Posts with mentions or reviews of material-design-template.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-08-15.
browserify
Posts with mentions or reviews of browserify.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-12-12.
-
Node.js: A brief history of cjs, bundlers, and esm
npm packages dramatically sped up the productivity of developers by being able to leverage other developers' work. However, it had a major disadvantage: cjs was not compatible with web browsers. To solve this problem, the concept of bundlers was born. browserify was the first bundler which essentially worked by traversing an entry point and "bundling" all the require()-ed code into a single .js file compatible with web browsers. As time went on, other bundlers with additional features and differentiators were introduced. Most notably webpack, parcel, rollup, esbuild and vite (in chronological order).
-
How to Create a Real-time Public Transportation Schedule App
Browserify to use node packages in the browser.
-
5 Different Tools to Bundle Node.js Apps
Browserify is a widely used JavaScript bundler with over 2 million NPM weekly downloads. In addition to Node.js support, allowing developers to use require() statements in the browser is one of its highlighted features.
-
JavaScript Module Bundlers and all that Jazz ✨
This began to change when NPM came in and running npm install became a quick and easy way to install dependencies. Browserify became the first JavaScript bundler. As its documentation says -
-
How to use any NPM module with Browserify in the browser
Using Npm Module with Browserify
-
What stack would you use for building a landing page?
https://www.npmjs.com/package/browserify probably a little old school, but browserify is probably good enough.
- Node.js やReact、ESM、Viteの説明
-
Hack to Run React Application inside Service Worker
One problem was to run jsDOM as UMD module. But luckly I was able to use browserify to compile jsDOM into UMD.
-
Front-end Guide
Browserify
- How to serve my JS / node API client page?
What are some alternatives?
When comparing material-design-template and browserify you can also consider the following projects:
react-templates - Light weight templates for react
Rollup - Next-generation ES module bundler
react-exquisite-resume - A beautiful personal resume developed based on react
RequireJS - A file and module loader for JavaScript
nord - An arctic, north-bluish color palette.
webpack - A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff.

SurveyJS - JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor
Keep full control over the data you collect and tailor the form builder’s entire look and feel to your users’ needs. SurveyJS works with React, Angular, Vue 3, and is compatible with any backend or auth system. Learn more.
surveyjs.io
featured