Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jeremenichelli/npm-scripts-sample

Sample project to show how npm scripts work
https://github.com/jeremenichelli/npm-scripts-sample

Last synced: 16 days ago
JSON representation

Sample project to show how npm scripts work

Awesome Lists containing this project

README

        

# npm-scripts-sample

Sample project to show how npm scripts work.

## Use

### Install

`npm install` to get all the necessary packages.

### Build

`npm run build:dev` for debugging purposes.

`npm run build:prod` for minified production version.

### Watch

`npm run watch` to trigger builds on files change.

## About

More info http://jeremenichelli.github.io/2016/01/you-might-not-need-a-task-runner/