Ecosyste.ms: Awesome
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: 22 days 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 (about 7 years ago)
- Default Branch: src
- Last Pushed: 2018-03-20T08:59:16.000Z (almost 7 years ago)
- Last Synced: 2024-11-14T01:46:46.173Z (3 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.