Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 22 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 [email protected]:sosukesuzuki/hyperapp-boilerplate.git
cd hyperapp-boilerplate
rm -r .git
yarn
yarn run start
```
run webpack-dev-server on localhost:8080.