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

https://github.com/sosukesuzuki/hyperapp-boilerplate

boilerplate for quickstarting web application with hyperapp.
https://github.com/sosukesuzuki/hyperapp-boilerplate

hyperapp pug stylus webpack

Last synced: 27 days ago
JSON representation

boilerplate for quickstarting web application with hyperapp.

Awesome Lists containing this project

README

          

# hyperapp-boilerplate
hyperapp-boilerplate is a boilerplate for quickstarting a web application with Hyperapp, JSX, Stylus, Pug, Eslint.
## Installing
```
git clone git@github.com:sosukesuzuki/hyperapp-boilerplate.git
cd hyperapp-boilerplate
rm -r .git
yarn
yarn run start
```
run webpack-dev-server on localhost:8080.