Skip to content

Mannj-nef/setUp_expressts

Repository files navigation

Express Logo

A practice Node.js use express and typeScript for building server-side applications.

NPM Version

Description

Installation

$ npm install

Running the app

# development
$ npm run dev

# build
$ npm run bulid

# start after build
$ npm start