An open API service indexing awesome lists of open source software.

https://github.com/lourot/reframe-on-up

:recycle: /:small_red_triangle: How to deploy a Reframe web app on Up
https://github.com/lourot/reframe-on-up

aws-lambda-node nodejs-framework react-deploy

Last synced: 8 months ago
JSON representation

:recycle: /:small_red_triangle: How to deploy a Reframe web app on Up

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.org/AurelienLourot/reframe-on-up.svg?branch=master)](https://travis-ci.org/AurelienLourot/reframe-on-up)







Reframe on Up



How I deployed a Reframe web app on Up



AurelienLourot - 20 Jun 2018

⇒ [Part I: How I deployed for free a Reframe web app on Up in less than an hour](01-deploy/)

⇒ [Part II: How I set up a custom domain for my Reframe web app](02-custom-domain/)

[](https://github.com/reframejs/reframe)

# What is Reframe?

[Reframe](https://github.com/reframejs/reframe) is a powerful open-source framework for creating
[Node.js](https://nodejs.org/en/) web apps. It gets you quickly started and doesn't get in the way
when your app becomes more complex. It supports [React](https://reactjs.org/) and
[Vue.js](https://vuejs.org/) for the front-end.

[](https://github.com/apex/up)

# What is Up?

[Up](https://github.com/apex/up) is an open-source tool that deploys your web app to
[AWS Lambda](https://aws.amazon.com/lambda/) in your own AWS account. Hosting your app on AWS will
remain free as long as it doesn't consume much memory and you have less than a million requests per
month.