Dev stack contains Backend and Frontend servers
based on yoga server + typescript
git clone git@github.com:vladka/Agamastack.git
cd server
npm install
npm run dev
then visit http://localhost:4000
or for generating typescript only
npm run codegen
Boilerplate for ReactApp based on React, NextJS, Typescript, GraphQL and Material design. Material design skins are supported, current skin is stored in 'GraphQL local cache'. Redux is not necessary, because of 'GraphQL local cache' is very good replacement of Redux
Before running frontend, be sure frondend is already running
cd frontend
npm install
npm run dev
Server - Backend GRAPHQL server
Common
Frontend - NextJS application