Skip to content

A minimal boilerplate for TypeScript and Node.js applications

License

Notifications You must be signed in to change notification settings

nicksp/typescript-node-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e3e5807 Â· Sep 20, 2022

History

10 Commits
Sep 20, 2022
Sep 20, 2022
Sep 19, 2022
Sep 19, 2022
Sep 20, 2022
Sep 20, 2022
Sep 19, 2022
Sep 20, 2022
Sep 20, 2022
Sep 19, 2022
Sep 18, 2022
Sep 20, 2022
Sep 19, 2022
Sep 19, 2022
Sep 19, 2022
Sep 20, 2022
Sep 20, 2022

Repository files navigation

TypeScript Node Starter

A minimal boilerplate for Node.js web applications written in TypeScript 📦

Includes:

Prerequisites

To build and run this app locally you will need a few things:

Getting started

  • Clone the repository
git clone --depth=1 git@github.com:nicksp/typescript-node-starter.git <project_name>
  • Install dependencies
cd <project_name>
npm install
  • Generate production build and run the project
npm start
  • Local development with cold reloading
npm run dev
  • Linting
npm run lint
npm run lint:fix
  • Code formatting
npm run pretty
npm run pretty:fix
  • Testing
npm test

Sources

Official TypeScript-Node-Starter:

https://github.com/Microsoft/TypeScript-Node-Starter

The definitive guide to TypeScript

https://basarat.gitbook.io/typescript/

License

Copyright (c) Nick S. Khan. All rights reserved. Licensed under the MIT License.

Releases

No releases published

Packages

No packages published