Skip to content

aixiandfriends/postit-board-front

Repository files navigation

Postit Board Frontend

Installation

Requirements

Needs PHP >= 5.5.

Protocole

First, you have to clone project from git repositiory :

$ git clone https://github.com/aixiandfriends/postit-board-front.git

Run composer installer, from your new project directory :

$ curl -sS https://getcomposer.org/installer | php
$ composer install

Run NPM installation command :

$ npm install

Run Bower dependencies installation command :

$ ./node_modules/.bin/bower install

Generate CSS files from Less files :

$ ./node_modules/.bin/lessc web/bower_components/bootstrap/less/bootstrap.less web/public/css/bootstrap.css
$ ./node_modules/.bin/gulp less

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published