0.0.1 • Published 9 years ago

boilerplate-cs-hmr-sm v0.0.1

Weekly downloads
4
License
ISC
Repository
github
Last release
9 years ago

Boilerplate for CoffeeScript based projects

Features:

  • Webpack to use in a single <script> tag
  • Hot module replacement
  • SourceMaps
  • Can be used as node library in other projects
  • As simple as possible

Building

npm install
node dist.js

Live development

node devserver.js

Creating a project

  • Copy the repo, delete .git
  • Modify package.json
  • Change the names in webpack.config.js
  • delete dist/boilerplate*
  • Put your name in the license of your choice. You don't need to mention me but I'll appreciate if you do.
0.0.1

9 years ago