Skip to content
This repository was archived by the owner on Feb 10, 2023. It is now read-only.
/ nodexpress Public archive

A small, boilerplate node + express application with TypeScript

Notifications You must be signed in to change notification settings

en3sis/nodexpress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This was a nice template at the time, moved to https://nestjs.com/


Small initial configuration for a NODEJS + ExpressJs application with TypeScript.

Scripts

Before running any command, run npm install

npm start

Will start a development server with ts-node and nodemon for livereload.

npm run test

For testing we use Mocha with TS. All test under /tests dir.

npm run build

To generate the application's build.

About

A small, boilerplate node + express application with TypeScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published