Basic browserify/babelify/uglify/scss boilerplate meant for quickly setting up straightforward UI projects.
npm install js-client-boilderplate-nahidMeant for quickly setting up UI codebases for simple projects. Assumes nodejs > 7.0.
"scripts": {
"builder": "node ./node_modules/js-client-boilderplate-nahid/index.js --base $PWD --dist dist --js js/index.js --scss scss/index.scss --static static --command",
"build": "npm run builder -- build",
"watch": "npm run builder -- watch",
"release": "npm run builder -- release"
},
Hope to never spend another second screwing around with these tools for new projects.