Skip to content

nkabrown/truckers-atlas

Repository files navigation

Trucker's Atlas

Portfolio Product

A portfolio product that represents who I am and reflects the level of work I can accomplish.

Quickstart

# test npm version, if version < 7 run 'npm install -g npm@latest'
npm --version

# installs exact dependencies and sets up git hooks
npm ci

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

# run test runner
npm run test

Supporting Documentation

Development Dependencies

Dependencies

  • Lit - web component template rendering library

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 update-browserslist-db to update caniuse-lite database.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published