Skip to content

trellistk/Trellis-Serverless-Server-Side-Rendering-Starter-V2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trellis TK Serverless SSR Starter V2

This project exists to quickly set up an Server Side Rendering website using AWS lambda functions

Quickstart

  1. Clone the repo
git cl
  1. Install the serverless CLI
npm install -g serverless
  1. Install npm packages/dependencies
npm i
  1. Install serverless plugins
sls dynamodb install
  1. Run the app locally
npm run start-local

Available routes will be printed out in the terminal.

Repository Quick Overview

  • .github: github actions for our CI/CD pipeline
  • functions: ourlambda functions:
  • templates: html templates that can be used to serve pages.
  • package.json: You can find scripts to run the app here
  • serverless.yaml: Serverless settings and route declarations

About

Serverless Framework Server Side Rendering Application Starter Kit

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published