Source for the Links app that we build in the SST tutorial — docs.sst.dev/learn
It's a simple Reddit clone built using:
- SST
- PostgreSQL
- GraphQL
- React
Written in TypeScript and deployed to AWS.
Clone this repo.
$ git clone https://github.com/serverless-stack/tutorial-links-appInstall dependencies.
$ npm installStart the Live Lambda Dev Environment.
$ npx sst startStart the React local dev environment from the web/ dir.
$ cd web
$ npm run devRun this in the project root to deploy it to prod.
$ npx sst deploy --stage prodJoin the SST community over on Discord and follow us on Twitter.
