boilerplate-cs-hmr-sm
v0.0.1
Published
Simple boilerplate for CoffeeScript based projects with hot module replacement and sourcemaps
Downloads
12
Readme
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.jsLive development
node devserver.jsCreating 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.
