gruntjs / gruntjs.com

Grunt website

Home Page:https://gruntjs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Grunt website

https://gruntjs.com

License:Other


Languages

Language:Less 73.7%Language:JavaScript 15.6%Language:Pug 10.7%