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