Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

generator-expresso

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generator-expresso

Yeoman generator

  • 0.0.1
  • unpublished
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

generator-expresso Build Status

Yeoman generator

Getting Started

npm install -g yo

To install generator-expresso from npm, run:

npm install -g generator-expresso

Finally, initiate the generator:

yo expresso

Features

  • gulp
  • gulp-sass
  • gulp-autoprefixer
  • browser-sync (live-reload)
  • express

Usage

In development:

npm run dev
  • runs express web server with nodemon, watches for changes on javascript files and restarts server.
  • browser-sync will proxy express web server and open http://localhost:3001 (or next available port)
  • browser-sync will live-reload CSS on save/change to scss files
  • gulp-sass will compile scss files to css files.
  • gulp-autoprefixer will add vendor prefixes to css.
  • gulp will watch for changes on scss files.

In production:

npm start
  • Builds scss before starting web server.
  • Include this in manifest.yml file when deploying to a PaaS, like Bluemix or Heroku.

License

MIT

Keywords

FAQs

Package last updated on 22 Jul 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc