Skip to content

Commit cf15bcf

Browse files
committed
Merge pull request #4 from gilesbradshaw/patch-1
Update README.md
2 parents 054a4fc + e6f531b commit cf15bcf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: README.md

+4
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ cd express-es6-rest-api
2323
# Make it your own
2424
rm -rf .git && git init && npm init
2525

26+
# Install dependencies
27+
npm install
28+
29+
2630
# Run it
2731
PORT=8080 npm start
2832

0 commit comments

Comments
 (0)