Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mununki/first-gatsby-reasonml
A tiny example of codes for blog post
https://github.com/mununki/first-gatsby-reasonml
Last synced: 10 days 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 (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-11T12:38:24.000Z (about 4 years ago)
- Last Synced: 2024-04-24T03:22:04.272Z (8 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
```