This chapter is from the book
Workshop
Quiz
- What command creates a new package.json file?
- How do you save a dependency when using Bower?
- What’s the command for running the default Grunt task?
Answers
- npm init
- bower install --save-dev
- grunt