Skip to content

aerabi/simple-express

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Express.js App

Simple TypeScript-based Express.js application template

Install

To install the application, do the following after cloning the repository:

$ npm install

Build and Run

To build the application:

$ npm run build

And to run the server:

$ npm run server

Codestyle

To check the codestyle (lint), do the following:

$ npm run lint