MasterOfTheBus / Crescendo

A website to track piano progress
0 stars 0 forks source link

Install Express.js #2

Closed MasterOfTheBus closed 7 years ago

MasterOfTheBus commented 7 years ago

Do separately

chubchubcharles commented 7 years ago

Easy.

If you use package.json with npm, then place express.js in the dependencies field and run npm install.

Otherwise, you can use npm install express --save