A Node.js template application built with TypeScript.
Before you begin, make sure you have the following installed on your system:
Node.js Npm
To install the dependencies, run the following command:
# Using npm
npm install
# Using yarn
yarn install
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.
- 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