This is a very basic and simple js project using browserify for bundling.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Many of the boilerplate inspirations were drawn from these:
- Getting started with Browserify : Bring Node modules to the browser with Browserify
- Getting Started with Browserify
- npm
- node js
clone the repo
git clone https://github.com/scedar/browserify_js_boilerplate.git
install node modules
npm install
After creation, your project should look like this:
browserify_js_boilerplate/
node_modules/
src/
assets/
css/
styles.css
modules/
list.js
app.js
index.html
tmp/
bundle.js
package.json
readme.md
run build
npm run build
run in dev mode
npm run dev
Open the index.html on a browser
This project is licensed under the ISC License (ISC)