Skip to content

francanete/node-ts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node-TS

A Node.js template application built with TypeScript.

Prerequisites

Before you begin, make sure you have the following installed on your system:

Node.js Npm

Installation

To install the dependencies, run the following command:

# Using npm
npm install

# Using yarn
yarn install

Running the App

To start the app, run the following command:

# Using npm
npm start

# Using yarn
yarn start

The app will be running at http://localhost:3000.

Build with

  • Node.js - An open-source, cross-platform, back-end JavaScript runtime environment
  • TypeScript - A statically typed superset of JavaScript
  • Express - A popular Node.js framework for building web applications

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published