Skip to content

scedar/browserify_js_boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Js Project Boilerplate with Browserify

This is a very basic and simple js project using browserify for bundling.

Getting Started

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:

Prerequisites

  • npm
  • node js

Installing

clone the repo

git clone https://github.com/scedar/browserify_js_boilerplate.git

install node modules

npm install

Folder Structure

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

Building the project

run build

npm run build

Run the project in dev mode

run in dev mode

npm run dev

Open the index.html on a browser

License

This project is licensed under the ISC License (ISC)

About

Basic Boilerplate Js Project using Browserify

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published