Zurb Foundation 6 with Web Pack

Quick Rundown

# Install necessary node modules
npm install

Dev rebuild

Page reloads when you edit the sources

# starts the dev server
npm run start

Automatically it opens http://localhost:9000

Build for Production

# creates public_html folder
npm run build

Note: Read dev/prod config files for webpack dependencies and settings