Skip to content
This repository has been archived by the owner on Jul 30, 2019. It is now read-only.

Latest commit

 

History

History
15 lines (10 loc) · 442 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 442 Bytes

Salad Bootstrap demo

Getting started

To get started, just clone this repo

git clone https://github.com/komola/salad-example.git
cd salad-example
npm install

enter the directory, and execute grunt server. This will start a development server on http://localhost:3000.

To build and minify the assets, execute grunt build. This will create the public/assets/ folder where it places the compiled and minified files.