Skip to content

Latest commit

 

History

History
33 lines (28 loc) · 577 Bytes

README.md

File metadata and controls

33 lines (28 loc) · 577 Bytes

Schwill - Boilerplate

Build Status

Installation

Install node.js & npm

$ npm i -g bower
$ npm i -g gulp

Initial Setup

$ git clone git@github.com:schwill/boilerplate.git
$ cd boilerplate
$ bower i && npm i
$ touch .env

Development

$ npm start

Clean public directory

$ npm run clean

Build public directory

$ npm run build