nkabrown / fruit-basket

Drag and drop experimentation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fruit Basket

Drag and Drop Experiment

Quickstart

# install exact dependencies and set up git hooks
npm ci

# start watchers for file changes and run buildless development server
npm run dev

Updating Dependencies

Regularly updating dependencies and dev dependencies is very beneficial for long lasting codebases.

  • Run npm outdated to list dependencies in need of review.
  • Review release notes and/or change logs for list of dependencies with new updates.
    • Is there new functionality this codebase can use?
    • Do changes need to be made to upgrade?
    • Are any problematic issues associated with these changes?
  • Run npx browserslist-lint to update caniuse-lite database.

About

Drag and drop experimentation


Languages

Language:CSS 53.8%Language:TypeScript 23.2%Language:JavaScript 10.8%Language:HTML 9.2%Language:Shell 2.2%Language:Raku 0.8%