reaml-icons
v0.1.1
Published
A starter for [Reaml](https://github.com/utkarshkukreti/reaml) demonstrating a `useReducer` based Counter.
Downloads
2
Readme
Reaml Starter
A starter for Reaml demonstrating a
useReducer
based Counter.
Setup
$ yarn install
Development
This will start bsb
and parcel
in watch mode:
$ yarn start
Production
This will build standalone JS files into dist/
.
$ yarn build
License
MIT