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: 5 months ago
JSON representation

A tiny example of codes for blog post

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
```