350 Views
If you're like me and you start with something new, you want to know what every little piece does and means. This was the first problem I had with Express coming from just a basic JavaScript background. After installing express and express-generator from npm and running `npm install`, you can generate your first Express app.
0 comments