Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup

Fun Facts

  • In the package.json the parameter "outDir": "dist" is used to output the JavaScript files for Prod use

Running the project

Run once

npm start package.json 'start' script will transpile typescript to dist folder then run dist/app.js

Watch / nodemon

npm run start:watch package.json 'start:watch' script uses nodemonConfig to watch files and 'start' on file change

Environment Variables

  • ENV_PRODUCTION=true/false
  • PORT_DEFAULT=xxxx

About

A simple base Nodejs project using TypeScript and Express

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages