To install Express for the first time:
Install Express files in a directory
To start Node.js using Express on Windows cmd:
npm install -g express-generator
Install Express files in a directory
express [PROJECTNAME]
Then install package.json after checking it has what you want
npm install
set DEBUG=[SERVERNAMEHERE]:* & node index.js
No comments:
Post a Comment