Skip to content

Latest commit

 

History

History
 
 

td.server

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

OWASP Threat Dragon Server

This is a Express project that is the back end server for the OWASP Threat Dragon website project

Project setup

npm install

Compiles and hot-reloads for development

npm run dev

Compiles and minifies for production

npm run build

Clean the distribution with

npm run clean

Run unit tests

npm run test:unit

For continuous testing:

npm run test:unit -- --watch

Lints and fixes files

npm run lint