Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/akiran/rescript-react-workshop


https://github.com/akiran/rescript-react-workshop

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

## Tutorial

- [React & Rescript](https://hasura.io/learn/graphql/rescript/introduction)
- [Hasura GraphQL Endpoint](https://hasura.io/learn/graphql)

## Tech stack

- Frontend

- React v16.8
- Apollo Boost v0.4.3

- Backend
- Hasura GraphQL Engine

## Run the React app

Run `npm run re:start` to compile ReScript to JavaScript code
Run `npm start` to start the todo app.
or
Run `yarn re:start` to compile ReScript to JavaScript code
Run `yarn start` to start the todo app