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
- Host: GitHub
- URL: https://github.com/lourot/reframe-on-up
- Owner: lourot
- License: unlicense
- Created: 2018-06-18T12:48:35.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-09T16:14:33.000Z (about 7 years ago)
- Last Synced: 2025-04-18T09:34:28.527Z (8 months ago)
- Topics: aws-lambda-node, nodejs-framework, react-deploy
- Language: JavaScript
- Homepage:
- Size: 9.3 MB
- Stars: 9
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
[](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.