Skip to content

begin-examples/node-eleventy-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

$BADGE

Deploy your own

Deploy to Begin

Deploy your own clone of this app to Begin!

Getting started

  • Install the dependencies: npm install
  • Run your new shiny blog: npm start

Set Environment Variables

  • Adding an environment variable in the Begin console, ARC_STATIC_SPA=false, will allow a proxy at API Gateway to serve static assets directly from the S3 bucket like a basic web server.
  • Check out the docs for setting environment variables on Begin.

Reference

  • Quickstart - basics on working locally, project structure, deploying, and accessing your Begin app
  • Creating new routes - basics on expanding the capabilities of your app

Head to docs.begin.com to learn more!