bladerangel / typescript-started-project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

💻 Typecript Started Project

1) 📋 Description

Project provides a basic framework for starting a minimal project using typecript.

2) ⚙️ Dependencies

Install the latest version of Node for your operating system.

3) Installing

$ npm install

4) Running

# development
$ npm run start

# watch mode
$ npm run start:dev

5) Building

# To access the build go to the dist folder
$ npm run build

6) Formatting files

$ npm run format

7) Analyzing files

$ npm run lint

8) Generating jsdoc

# To access the documentation go to the docs folder
$ npm run generate:docs

About


Languages

Language:TypeScript 100.0%