Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/utkarshkukreti/bs-preact-starter

Deprecated in favor of https://github.com/utkarshkukreti/reaml, which has more features, works with the latest BuckleScript, and can be used with both React and Preact.
https://github.com/utkarshkukreti/bs-preact-starter

Last synced: about 2 months ago
JSON representation

Deprecated in favor of https://github.com/utkarshkukreti/reaml, which has more features, works with the latest BuckleScript, and can be used with both React and Preact.

Awesome Lists containing this project

README

        

# bs-preact-starter

A starter for [bs-preact](https://github.com/utkarshkukreti/bs-preact)
demonstrating a `useReducer` based Counter. Compiles to 4kb minified + gzipped
JS.

## Setup

$ yarn install

## Development

This will start `bsb` and `microbundle` in watch mode:

$ yarn start

Open `index.html` to run the code.

## Production

This will build standalone JS files into `dist/`.

$ yarn build

## License

MIT