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

https://github.com/sosukesuzuki/noteapp

Simple note app./
https://github.com/sosukesuzuki/noteapp

hyperapp stylus webpack

Last synced: 2 months ago
JSON representation

Simple note app./

Awesome Lists containing this project

README

        

# NoteApp
[hyperapp](https://github.com/hyperapp/hyperapp)で作られたシンプルなメモアプリケーションです。[Boostnote](https://github.com/BoostIO/Boostnote)を模倣して作られています。Boostnoteのファウンダーの方の許可はとっています。

## 使い方
webpack-dev-serverで開発用サーバーを起動する。
```
$ yarn run start
```
webpackでプロダクションビルドをする。
```
$ yarn run build
```