Tutorial Links App

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

Links app screenshot


  • 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

    and follow us on Twitter.

    GitHub

    View Github