Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Experience objects for learning colors, numbers, and geometry (vite, ts, d3, paper)

Notifications You must be signed in to change notification settings

alexburner/twenty-four

Repository files navigation

Twenty Four

Experience objects for learning colors, numbers, and geometry (vite, ts, d3, paper)

Older

Screen Shot 2022-07-23 at 10 43 09 AM

Screen Shot 2022-07-23 at 2 39 47 PM

Younger

Screen Shot 2022-07-23 at 10 43 23 AM

Screen Shot 2022-07-23 at 10 43 16 AM

Zero-Point Energy

Screen Shot 2022-07-26 at 11 07 16 AM

Scripts

npm run dev    # start dev server
npm run build  # build for production
npm run serve  # locally preview production build

npm run fix       # run all of the below:
npm run prettier  # run prettier --write
npm run eslint    # run eslint --fix
npm run tsc       # run tsc --no-emit

Project init

  • Use latest stable node (nvm install 16)
  • Init with create-vite (npm init vite@latest . -- --template vanilla-ts .)
  • Tighten package.json
    • Add engines
    • Use exact versions
  • Improve DX
    • Increase tsconfig.json strictness
    • Add prettier & eslint
    • Add vite-plugin-checker (for tsc & eslint in dev/build)
    • Add package.json scripts

About

Experience objects for learning colors, numbers, and geometry (vite, ts, d3, paper)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages