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: 2 months ago
JSON representation
boilerplate for quickstarting web application with hyperapp.
- Host: GitHub
- URL: https://github.com/sosukesuzuki/hyperapp-boilerplate
- Owner: sosukesuzuki
- Created: 2018-01-27T03:34:26.000Z (over 7 years ago)
- Default Branch: src
- Last Pushed: 2018-03-20T08:59:16.000Z (about 7 years ago)
- Last Synced: 2025-01-13T16:23:20.130Z (4 months ago)
- Topics: hyperapp, pug, stylus, webpack
- Language: JavaScript
- Homepage: https://sosukesuzuki.github.io/hyperapp-boilerplate
- Size: 107 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.