Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jkxyz/deku-boilerplate

Boilerplate for building Deku projects
https://github.com/jkxyz/deku-boilerplate

Last synced: about 2 months ago
JSON representation

Boilerplate for building Deku projects

Awesome Lists containing this project

README

        

# Deku Boilerplate

Boilerplate for starting basic projects with [Deku](https://github.com/segmentio/deku).

## Usage

The `Makefile` contains a few recipes to facilitate a simple build process using
Browserify and Babelify to compile JSX and ES6 to ES5 JavaScript.

The default task installs the NPM modules to be used, compiles the `src/main.js`
file to `build.js` using the Babelify transform, and starts a web server at
`localhost:8080` using a built-in Python web server module.

## License

I dedicate all present and future copyright interest in this software to the
public domain.