alexburner / something

In between nothing & everything

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

something

In between nothing & everything

Scripts

# Installation
npm install  #  download all dependencies

# Development
npm run dev   # dev server     → Parcel dev server   + watch  (outputs to dev/)
npm run tsc   # type checking  → TypeScript compiler + watch  (no emit, types only)
npm run test  # unit tests     → Jest tests          + watch  (on *.spec.ts files)

# Production
npm run build  # parcel production build  (outputs to docs/)

# Code formatting (optional: most editors can handle these themselves)
npm run format     # run all formatters
npm run prettier   # just run prettier --write
npm run tslint     # just run tslint --fix

About

In between nothing & everything


Languages

Language:TypeScript 69.0%Language:HTML 15.4%Language:CSS 13.9%Language:JavaScript 1.7%