Most basic implementation of:
git clone [email protected]:nowlena/sst-nx.git
cd sst-nx
npm install
npx sst start
# in another terminal run your app (note: no app is included in this repo)
npx nx serve APP_NAME
No frontend application was included in this repo.
Note that once you do add your frontend app you'll be able to reference the generated types via import { Article } from "@sst-nx/graphql"