Closed 3tty0n closed 7 years ago
Introduce Grunt, the JavaScript task runner.
$ brew install node # node.js is required $ npm install
If you execute following command, local server is started.
$ npm start # == grunt serve
Grunt watches whether your js files are modified, and if it is changed, Grunt reload the local server.
In other words, Grunt is an automation tool.
What is this?
Introduce Grunt, the JavaScript task runner.
Install
Usage
If you execute following command, local server is started.
Grunt watches whether your js files are modified, and if it is changed, Grunt reload the local server.
In other words, Grunt is an automation tool.
Reference