new-ts-app

1.3.0 • Public • Published

TypeScript App Starter

Command for quick start a new TypeScript project on backend.

How to use

npx new-ts-app my-app
cd my-app
npm i 
npm run dev

Development

Run application in development mode (monitor source code changes)

npm run dev

Run tests and monitor source code changes

npm run test

Run tests with code coverage report

npm run test:coverage

Integration

Check source code style

npm run link

Run tests

npm run test:ci

Deployment

Build application

npm run build

Start application

npm start

Package Sidebar

Install

npm i new-ts-app

Weekly Downloads

1

Version

1.3.0

License

MIT

Unpacked Size

172 kB

Total Files

17

Last publish

Collaborators

  • parczynski