Skip to content

sst/tutorial-links-app

Repository files navigation

Tutorial Links App

Source for the Links app that we build in the SST tutorial — docs.sst.dev/learn

Links app screenshot


It's a simple Reddit clone built using:

  • SST
  • PostgreSQL
  • GraphQL
  • React

Written in TypeScript and deployed to AWS.

Usage

Clone this repo.

$ git clone https://github.com/serverless-stack/tutorial-links-app

Install dependencies.

$ npm install

Developing Locally

Start the Live Lambda Dev Environment.

$ npx sst start

Start the React local dev environment from the web/ dir.

$ cd web
$ npm run dev

Deploying to Prod

Run this in the project root to deploy it to prod.

$ npx sst deploy --stage prod

Join the SST community over on Discord and follow us on Twitter.