Skip to content

gruntjs/gruntjs.com

Repository files navigation

Build Status

Grunt Website

Local Development

  1. Download dependencies:
    npm install
  2. Create production site:
    npm run build
  3. Start web server:
    npm start

Local address is: http://localhost:5678/

To automatically rebuild and restart the server after any file changes, use the development mode instead:

npm run dev