Skip to content

Krinkle/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

Languages

  • Less 73.1%
  • JavaScript 15.2%
  • Pug 11.7%