Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 241 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 241 Bytes

Basic Web Template

Inital Setup

npm i

Generate SSL certs

certbot certonly --standalone

Get started

# Developing (nodemon)
npm test

# Single run
npm start

"Structure"