/movable-list-css-javascript

A list where list items can be dragged around with the mouse, only for them to float back into place again when the mouse is released.

Primary LanguageJavaScript

simple-webpack-boilerplate-by-qixotl

ES6 compiled with Babel and css-style loader.

A very simple implementation of webpack, designed for HTML files that want to serve bundled JavaScript files compiled by webpack and not for building SPA's or very large applications.

Install

git clone https://github.com/lukechopper/simple-webpack-boilerplate-by-qixotl.git your-app # change your-app to the name of your project
cd your-app
git remote remove origin
npm install

Watch entry file

npm run watch