https://github.com/mrmurphy/html-to-reason
A tool to automatically convert HTML to Reason-compatible JSX
https://github.com/mrmurphy/html-to-reason
Last synced: 7 months ago
JSON representation
A tool to automatically convert HTML to Reason-compatible JSX
- Host: GitHub
- URL: https://github.com/mrmurphy/html-to-reason
- Owner: mrmurphy
- Created: 2020-03-15T04:27:09.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T02:40:12.000Z (over 3 years ago)
- Last Synced: 2024-05-01T20:31:48.691Z (about 2 years ago)
- Language: HTML
- Size: 1.21 MB
- Stars: 4
- Watchers: 1
- Forks: 3
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Basic Reason Template
Hello! This project allows you to quickly get started with Reason and BuckleScript. If you wanted a more sophisticated version, try the `react` template (`bsb -theme react -init .`).
# Build
```
npm run build
```
# Build + Watch
```
npm run start
```
# Editor
If you use `vscode`, Press `Windows + Shift + B` it will build automatically