From the course: Learning npm: A Package Manager
Unlock the full course today
Join today to access over 24,800 courses taught by industry experts.
Scripting in package.json
From the course: Learning npm: A Package Manager
Scripting in package.json
- [Instructor] So let's talk about scripting. But before we do that, I want to make sure that you're at the same spot as I am. So you should pull from the 0403 branch on the repo, and you're going to have these extra files that I set up for you. So this is not a course about building an API, I have a full course on that if you want to learn how to build an API server with Node and Express, basically use some of the files from that course actually, and one of 'em is the index where you can see I'm starting an express server, and I just basically put the bare bones of it, and then in the package.json file you're going to see that there's extra things that I've installed here. So I've installed actually Express and Socket.IO is already there, but devDependencies weren't there. Like we have the latest version of Babel here. I basically earlier installed Babel and Node version of it, because I got so used…