Skip to content
This repository has been archived by the owner on May 22, 2020. It is now read-only.

drejohnson/reason-react-fullstack-graphql

Repository files navigation

ReasonReact Fullstack Graphql

Basic starter kit for a fullstack GraphQL app with ReasonReact and Node.js - based on the minimal example of react-fullstack-graphql.

Features

Quick start

  • Install dependencies: run yarn in project root then cd server and run yarn
  • For frontend dev server: run yarn dev or npm run dev, from project root. The app should be running at: http://localhost:8888.
  • For graphql server: in seperate terminal tab/window cd server and run yarn bsb or npm run bsb followed by yarn start or npm start, the server should be running at: http://localhost:4000.
  • To build frontend run: yarn build or npm run build from project root. Run yarn start or npm start to start app.

TODO

  • Use Prisma
  • Server-side rendering

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published