$BADGE
Deploy your own clone of this app to Begin!
- Install the dependencies:
npm install
- Run your new shiny blog:
npm start
- 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.
- 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!