Skip to content

Latest commit

 

History

History
39 lines (34 loc) · 806 Bytes

README.md

File metadata and controls

39 lines (34 loc) · 806 Bytes

Submit Homework

🍍 Go to project


🛠️ How to running project

npm install ts-node typescript express @types/express @types/node nodemon
npm ts-node src/app.ts

or

npm install
npm start
{
    "name": "homework1",
    "version": "1.0.0",
    "description": "",
    "main": "index.js",
    "scripts": {
        "start": "ts-node src/app.ts",
        "test": "echo \"Error: no test specified\" && exit 1"
    },
    "author": "",
    "license": "ISC",
    "dependencies": {
        "ts-node": "^8.8.2",
        "typescript": "^3.8.3"
    }
}