/typescript-webapp-starter

Starter webapp using Typescript, Tailwind, Lit and esbuild

Primary LanguageTypeScriptApache License 2.0Apache-2.0

Web application example

Usage

  • Clone this repo
  • Reset the git history rm -rf .git;git init .
  • Open the VSCode workspace + enable recommended extensions
  • Replace "Web application example" with your real app description
  • Replace "webapp-example" with your app slug.

Development

# Start dev server
npm run start
# Run tests in watch mode
npm run test:watch
# Run tests once-off
npm run test
# Format everything
npm run format
# Build for production
npm run build