Skip to content

Releases: niftymonkey/nifty-webapp

Viable starting point for production app

11 May 19:31
Compare
Choose a tag to compare

Contains the following (from the README Roadmap):

  • Simple index.html, single javascript file, transpiling into a tiny output bundle, with a side of sourcemaps
  • Image file support (bundled/moved by webpack)
  • CSS support (with sourcemaps)
  • Linting support
  • Editor Config support
  • Auto Reloading support
  • Test framework support
  • Code Coverage support
  • Production artifact build step

Initial Dev Release

07 May 04:58
Compare
Choose a tag to compare
Initial Dev Release Pre-release
Pre-release

This is the first version of the boilerplate. "build" step includes only:

  • es2015 via Babel 6 and Webpack 2
  • Working sourcemaps

There is no production build step.