gkweb / stickyparticles

Sticky particles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Having some fun with particles Demo here

Setup

For development tools and building:

  1. Install the latest Node.js and NPM.
  2. Run npm install within the project root directory in Terminal.
  3. Run npm run build:watch.
  4. Run npm start in another tab. Tada!

Scripts

Command Purpose
npm run lint:js Lint JS (see eslintConfig in package.json).
npm run lint:js:fix Lint JS and automatically fix issues.
npm run lint:css Lint CSS (see stylelint in package.json).
npm run clean Delete /bundle.
npm run build Compile JS and CSS to /bundle.
npm run build:watch Build, rebuilding on source file changes.
npm start Start a dev server and open in browser.

Built with barebones:

Barebones

About

Sticky particles


Languages

Language:JavaScript 70.3%Language:HTML 18.5%Language:CSS 11.2%