Skip to content

mikefarquhar/typescript-application

Repository files navigation

TypeScript Application

This is a template for building TypeScript Applications.

Provided commands

# Build the application in development mode and serve over localhost
npm run dev

# Build the application in production mode and output to the "dist" folder
npm run build

# Run the built application from the dist folder over localhost
npm run preview

# Run the tests once and generate a code coverage report
npm run test

# Run the tests in watch mode
npm run test:watch

# Check the code for linting errors
npm run lint

# Check the code for formatting errors
npm run format

About

TypeScript Application template

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published