Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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.
- Host: GitHub
- URL: https://github.com/utkarshkukreti/bs-preact-starter
- Owner: utkarshkukreti
- Archived: true
- Created: 2019-03-20T07:20:18.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-05-07T14:24:00.000Z (over 5 years ago)
- Last Synced: 2024-07-18T17:54:38.770Z (4 months ago)
- Language: OCaml
- Homepage:
- Size: 138 KB
- Stars: 9
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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