1.0.0 • Published 7 years ago

noah-npm v1.0.0

Weekly downloads
5
License
-
Repository
-
Last release
7 years ago

Noah

Noah is a boilerplate for building front-end web apps using NPM build scripts.

Why NPM scripts?

  • Fewer dependencies (no need for Grunt/Gulp)
  • Speed
  • Future proof

Why Noah?

  • Includes everything required to get going off the bat
  • 100% Windows friendly (built for OSX)
  • Adaptable/scalable to suit your project
  • Built for the modern front-end developer

What's included?

  • CSS/Sass lint/autoprefix/compile
  • JS concatenate/uglify/lint/unit test
  • Assemble/Handlebars
  • Browsersync
  • General tasks

Install

npm install 

Usage