Simple starter project for GRANDstack full stack apps
The GRANDstack Starter is a project starter for building a GRANDstack (GraphQL, React, Apollo, Neo4j Database) application. It consists of two components: the web frontend application (available in React and Angular flavors) and the API app (a GraphQL server). The starter is designed for creating a business reviews dashboard, but it can be customized for different use cases by adjusting the GraphQL schema, seed data, database index creation, and UI components.
To install the GRANDstack Starter, follow these steps:
Create a Neo4j instance by either using the Neo4j Sandbox or Neo4j Desktop.
Run the create-grandstack-app CLI tool or use Yarn to create a new directory with the GRANDstack Starter:
create-grandstack-app myNewApp
npm start // or yarn start
npm run seedDB // or yarn run seedDB
npm run start // or yarn start
The GRANDstack Starter is a project starter for building a GRANDstack application. It provides a GraphQL API and web frontend applications in React and Angular. With integration to a Neo4j database, the starter is designed for creating a business reviews dashboard. The installation guide provides step-by-step instructions for setting up and running the application.