Skip to content
This repository has been archived by the owner on Apr 21, 2021. It is now read-only.

losbeekos/basos

Repository files navigation

Installation

Make sure you have GruntJS and Bower.

Bower dependencies

Install the Bower dependencies, see bower.json.

$ bower install

Node dependencies

Install the Node dependencies by either using npm or yarn. See package.json for details.

$ npm/yarn install

Start server

Start the web server which is used by BrowserSync.

$ grunt connect

Run browserSync

Run BrowserSync to auto reload when dist files change.

$ grunt browserSync

Watch for changes

$ grunt watch

Releases

No releases published

Packages

No packages published