Skip to content

Commit 5665fed

Browse files
Create README.md
mkdir your-project-name cd your-project-name npm init -y npm install express body-parser typescript ts-node @types/node @types/express @types/body-parser --save-dev npx tsc --init
1 parent f88da3d commit 5665fed

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
mkdir your-project-name
2+
cd your-project-name
3+
npm init -y
4+
npm install express body-parser typescript ts-node @types/node @types/express @types/body-parser --save-dev
5+
npx tsc --init

0 commit comments

Comments
 (0)