Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 918 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 918 Bytes

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