@weareenvoy/envoy-sally v0.0.7
ENVOY Sally
ENVOY's front-end development build system and boilerplate.
Requirements
Node 8 recommended (tested on 8.9)
Install
To get sally set up on your static web project, we recommend that NPM 5 or greater is installed on your machine.
To check the installed version of NPM, run:
npm -vTo upgrade NPM to the latest, run:
npm install -g npmNow, open the terminal and
cdto your project's root directory and install sally.npm install @weareenvoy/envoy-sally --save-devAfter successful installation, a
gulpfile.jsand.gitignoreshould be generated automatically at your project's root directory.Initialize sally and answer a few prompts to scaffold starter boilerplate files.
gulp init
Usage
gulpStart sally in development mode. Styles and scripts will not be minified. Starts up "watch" task.
gulp --prodStart sally in production mode. Styles and scripts will be minified.