Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akiran/rescript-react-workshop
https://github.com/akiran/rescript-react-workshop
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/akiran/rescript-react-workshop
- Owner: akiran
- Created: 2021-07-18T06:10:02.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-18T08:16:09.000Z (over 3 years ago)
- Last Synced: 2024-10-14T15:37:52.051Z (3 months ago)
- Language: CSS
- Size: 178 KB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
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