/base

Another static site boilerplate. PostCSS + Zurb Panini + Webpack + many useful tools

Primary LanguageJavaScript

Pure Base Template

Usage

Clone repository

git clone https://github.com/paweltar/base.git my-project-name
cd my-project-name

Remove git tracking and initialize your own

rm -rf .git
git init

Download dependencies

npm install

Build project and start watching for changes

npm start

Create /build folder for the production website

npm run build