Skip to content

o2oprotocol/s3-bnb-serverless

Repository files navigation

How to Build Full-Stack Apps with Serverless and React


Serverless-DevOps Stack is an open source guide for building and deploying full-stack apps using Serverless and React on AWS.

We are going to create a DApp-Boilerplate from scratch using React.js, AWS Lambda, API Gateway, DynamoDB, and Cognito.

Real Estate DApp

This is a React Boilerplate for Ethereum DApp; also cover how add User Authentication and handle File Uploads.

Source for the O2O Mall

2. Installation

Install the dependencies with Bundler:

$ bundle install
# sudo bundle install

Run jekyll commands through Bundler to ensure you're using the right versions:

$ bundle exec jekyll serve

Production Build

 cd serverless-devops &&
 JEKYLL_ENV=production bundle exec jekyll build &&
 s3_website push --config-dir .

Releases

No releases published

Packages

No packages published