Skip to content

ernestoe/horchataJS-grand-stack-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GRANDstack Starter

This project is a starter for building a GRANDstack (GraphQL, React, Apollo, Neo4j Database) application. There are two components to the starter, the UI application (a React app) and the API app (GraphQL server).

Quickstart

Install dependencies

(cd ./ui && npm install)
(cd ./api && npm install)

Start API server

cd ./api && npm start

This will start the GraphQL API in the foreground, so in another terminal session start the UI development server:

Start UI server

cd ./ui && npm start

Start dockerized DB server

Build Neo4j from docker image:

docker-compose build

After building run the image

docker-compose up

About

grandSTACK starter para HorchataJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published