scss-jquery-boilerplate
v1.1.0
Published
A basic boilerplate with webpack, jquery and sass preprocessor. It can serve for quick start your interview assignment boilerplate and a prototype of any application. Not recommended for production applications.
Downloads
3
Maintainers
Readme
SCSS jQuery Boilerplate
Start your interview assignment/prototype in seconds
Readymade the most basic boilerplate npm package
to start interview assignment with configured SCSS, Babel loaders and jQuery library.
Scaffolding to start your project in few seconds.
Features
ES6/ESNext - Write your javascript with latest ECMA version, Babel will transpile in ES5 for backwards compatibility SCSS - Take the advantage of powerful SCSS preprocessor. jQuery - Legendry jQuery for DOM manipulation, as most of the company prefer to write assignment in jQuery.
Commands
npm install scss-jquery-boilerplate
- Downloadnpm package
of boilerplatenpm install
- Install all dependencynpm run start
- Start your webpack-servernpm run build
- Create build files with compiled SCSS and bundled jQuery
MIT © Hari Shekhar