https://github.com/mununki/first-gatsby-reasonml
A tiny example of codes for blog post
https://github.com/mununki/first-gatsby-reasonml
Last synced: 5 months ago
JSON representation
A tiny example of codes for blog post
- Host: GitHub
- URL: https://github.com/mununki/first-gatsby-reasonml
- Owner: mununki
- License: 0bsd
- Created: 2020-10-11T12:36:44.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-11T12:38:24.000Z (over 5 years ago)
- Last Synced: 2025-06-22T04:05:57.022Z (12 months ago)
- Language: Reason
- Size: 5.97 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# First Gatsby with ReasonML
This is the example repository for the blog post (url here)
### How to Run
1. clone repository
2. install deps
```shell
$ yarn or npm i
```
3. run bsb-watch
```shell
$ yarn re:watch
or
$ npm run re:watch
```
4. run gatsby
```shell
$ yarn develop -o # open browser
```