Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 231 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 231 Bytes

This is my minimal Node.js server, written with Typescript and implemented for test or education purposes.

How to start

Rename .env.example into .env and then use the command:

npm run dev

or

npm run start