Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jkxyz/deku-boilerplate
- Owner: jkxyz
- Archived: true
- Created: 2015-05-12T19:29:56.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-17T15:18:36.000Z (over 9 years ago)
- Last Synced: 2024-08-03T18:13:19.176Z (5 months ago)
- Language: Makefile
- Size: 129 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-deku - deku-boilerplate - Boilerplate for building Deku projects (Boilerplate)
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.