/hetic-w2-p2019-00-gulp

A simple projet boilerplate including a ready-to-use gulpfile

Primary LanguageJavaScript

See project on https://jovial-dubinsky-9c1918.netlify.com/

Note : for each instruction below, you can of course also use npm instead of yarn

Setup

Clone the project, move to the directory and run yarn install

Usage

Development

Running yarn run dev will launch browser sync and allow you to visit your website on http://localhost:3000/

Production

Running yarn run build will generate productions files in the /dist folder, which you can then serve for production.