@weareenvoy/envoy-sally

0.0.7 • Public • Published

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 -v

To upgrade NPM to the latest, run:

    npm install -g npm
  1. Now, open the terminal and cd to your project's root directory and install sally.

     npm install @weareenvoy/envoy-sally --save-dev
    
  2. After successful installation, a gulpfile.js and .gitignore should be generated automatically at your project's root directory.

  3. Initialize sally and answer a few prompts to scaffold starter boilerplate files.

     gulp init
    

Usage

  • gulp

    Start sally in development mode. Styles and scripts will not be minified. Starts up "watch" task.

  • gulp --prod

    Start sally in production mode. Styles and scripts will be minified.

Readme

Keywords

none

Package Sidebar

Install

npm i @weareenvoy/envoy-sally

Weekly Downloads

1

Version

0.0.7

License

MIT

Unpacked Size

63.5 kB

Total Files

95

Last publish

Collaborators

  • factoryaidan
  • envoy-admin