Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 535 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 535 Bytes

SST NX Example

Most basic implementation of:

Development

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

Additional Notes

Frontend App

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"