Skip to content
This repository has been archived by the owner on Jan 8, 2019. It is now read-only.

Minimal Front-End boilerplate with npm run tasks built-in.

License

Notifications You must be signed in to change notification settings

joseluisq/minimal-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

minimal-boilerplate

Minimal Front-End boilerplate with npm run tasks built-in.

No more complex and large configuration task files, minimal-boilerplate has a very tiny configuration footprint via npm scripts.

Status: Work in progress...

Features

Installation

Clone this repository and install dependencies.

$ npm install

Tasks

Development

$ npm start

Or

$ npm run dev

Build

$ npm run build

Configuration

Easy customization tasks via "scripts" in package.json.

License

MIT license

© 2016 José Luis Quintana