/stack

A fullstack example using Node, React, Graphql and Postgres

Primary LanguageTypeScript

React/GraphQL full stack

Simple to use stack to allow development with Node, React and GraphQL

Prerequisites

  • psql
  • CREATE DATABASE yourdbname;

Instructions

  • yarn install
  • cd server && npx run.env knex migrate:latest
  • knex seed:run