Skip to content

gnonce/expressjs-starter-gnonce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

15 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Express.js Starter Gnonce

Node.js + Express.js + Typescript = ๐Ÿ’–

๐Ÿ‘ฉโ€๐Ÿ’ป Features

  • Using Typescript in src / testing
  • Developer friendly dev-environment with linting & hot-reload
  • Testing using Jest/Supertest
  • Advanced logging using Winston/Morgan

๐Ÿ™ Installation

npm install

๐Ÿƒ Running the app

# development
npm run start

# watch mode
npm run start:dev

# production mode
npm run start:prod

โœ”๏ธ Test

# unit tests
npm run test

# e2e tests
npm run test:e2e

# test coverage
npm run test:cov

# unit tests with watcher
npm run test:watch

About

Node.js + Express.js + Typescript = ๐Ÿ’–

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published