Skip to content

serverless-stack/tutorial-links-app

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
web
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

About

Source for the links app that we build in the SST tutorial.

Topics

Resources

License

Stars

Watchers

Forks