/ts-node-starter-basic

Template for a basic Node application that has Typescript, ESLint and Prettier.

Primary LanguageTypeScriptMIT LicenseMIT

Template for a basic Node application that has Typescript, ESLint and Prettier.

Install modules:

npm install

Start development server:

npm run dev

Build project:

npm run build

Run the build:

npm run start

Lint the project:

npm run lint

Reformat the project:

npm run format