Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 549 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 549 Bytes

Example ReScript/React application

What's inside:

  • work with components
  • work with hooks
  • styling
  • routing
  • fetch request
  • JSON data decoding/typing

Run

npm i
npm start
npm run server

Will be available on http://localhost:8000.

Screenshots

Screenshot 2020-12-13 at 17 41 34 Screenshot 2020-12-13 at 17 38 15