Skip to content
Snippets Groups Projects
Commit 079dc90d authored by Andrej Rasevic's avatar Andrej Rasevic
Browse files

adding express starter code

parent c1304a76
No related branches found
No related tags found
No related merge requests found
# Steps to set-up express application locally
```npm install express-generator -g```
run `express --help`
run `express first-express-app --view=pug`
naviagte to our app `cd first-express-app`
and then run `npm install`
for windows run `SET DEBUG=express-locallibrary-tutorial:* & npm start`
for mac/linux run `DEBUG=express-locallibrary-tutorial:* npm start`
As an example let's run it without the debug statements and see the difference.
next execute `npm install --save-dev nodemon`
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment