-
Notifications
You must be signed in to change notification settings - Fork 0
eduardowallen/api-ts-node
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
# Before starting, install node, npm (included with node), vscode and git. # Run the following commands to install dependencies npm install express cors dotenv helmet morgan dotenv mysql2 npm install --save-dev typescript @types/express @types/cors @types/dotenv @types/helmet @types/morgan @types/dotenv @types/node # The following commands will rebuild and start our server # in Bash npx tsc && node . # Windows npx tsc; node .
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published