Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 551 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 551 Bytes

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