murtazakarimi / zurb-foundation-6-with-webpack

Zurb Foundation 6 with Web Pack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Zurb Foundation 6 with Web Pack


Languages

Language:CSS 83.3%Language:JavaScript 15.3%Language:HTML 1.5%