All Projects → esausilva → react-production-deployment

esausilva / react-production-deployment

Licence: MIT license
Deploy your React app to production on Netlify, Vercel and Heroku

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects
shell
77523 projects

Projects that are alternatives of or similar to react-production-deployment

unity-now
▲ Vercel Now plugin for Unity. Deploy WebGL builds with ease
Stars: ✭ 21 (-58.82%)
Mutual labels:  deployment, vercel
forge
🔥 Incubator of pet projects, tools, pet projects. Edge cases and failovers included.
Stars: ✭ 33 (-35.29%)
Mutual labels:  deployment, vercel
build-plugin-template
Template repository to create new Netlify Build plugins.
Stars: ✭ 26 (-49.02%)
Mutual labels:  deployment, netlify
react-full-stack-starter
🎈Full-stack React boilerplate using `create-react-app`, Babel, Node.js, and express
Stars: ✭ 22 (-56.86%)
Mutual labels:  create-react-app, expressjs
Cartoonify
Deploy and scale serverless machine learning app - in 4 steps.
Stars: ✭ 157 (+207.84%)
Mutual labels:  deployment, netlify
passport-examples
A variety of examples using PassportJS with ExpressJS and ReactJS applications
Stars: ✭ 44 (-13.73%)
Mutual labels:  create-react-app, expressjs
kubernetes-examples
Kubernetes 经典示例
Stars: ✭ 142 (+178.43%)
Mutual labels:  deployment, expressjs
Zip It And Ship It
Intelligently prepare Node.js Lambda functions for deployment
Stars: ✭ 104 (+103.92%)
Mutual labels:  lambda-functions, netlify
Actions Netlify
🚀 Netlify deploy from GitHub Actions
Stars: ✭ 138 (+170.59%)
Mutual labels:  deployment, netlify
Build
Netlify Build runs the build command, Build Plugins and bundles Netlify Functions.
Stars: ✭ 135 (+164.71%)
Mutual labels:  deployment, netlify
tmpnote
🍒 Share self-destructing encrypted notes
Stars: ✭ 22 (-56.86%)
Mutual labels:  create-react-app, netlify
exo
EXO, the empathy-first framework for an accessible world.
Stars: ✭ 75 (+47.06%)
Mutual labels:  netlify, vercel
opPortfolio
A clean portfolio template made with ReactJS.
Stars: ✭ 29 (-43.14%)
Mutual labels:  create-react-app, netlify
Octopus
🐙 Octopus - Internal wiki with diagrams for software and product teams
Stars: ✭ 274 (+437.25%)
Mutual labels:  create-react-app, netlify
over-hangman
💥 Over powered hangman game
Stars: ✭ 42 (-17.65%)
Mutual labels:  create-react-app, vercel
strapi-plugin-vercel
▲ Strapi plugin for Vercel Platform
Stars: ✭ 28 (-45.1%)
Mutual labels:  deployment, vercel
testimonial
Jamstack app using Gatsby, Netlify, and FaunaDB.
Stars: ✭ 23 (-54.9%)
Mutual labels:  lambda-functions, netlify
Next On Netlify
Build and deploy Next.js applications with Server-Side Rendering on Netlify!
Stars: ✭ 719 (+1309.8%)
Mutual labels:  lambda-functions, netlify
Nitro Demo
nuxt nitro preview
Stars: ✭ 100 (+96.08%)
Mutual labels:  deployment, netlify
React Gh Pages
Deploying a React App (created using create-react-app) to GitHub Pages
Stars: ✭ 2,801 (+5392.16%)
Mutual labels:  deployment, create-react-app

React Production Deployment

The repo contains examples on how to deploy your React application to Netlify, Now and Heroku.

Each directory is a separate project containing all the necessary code to deploy to each platform and we deploy the same app to the different platforms.

The App

The React app is very basic in nature, it calls an Express.js and/or Lambda Functions API with only one POST route and one GET route.

The GET route returns “Hello from Express” and the POST route is just one field that when posting it returns “I received your POST request. This is what you sent me: [from input]”.

The app also has client side routing with React Router that navigates to a secondary page and displays a 404 page when we enter a URL that does not exist.

You can see the app below

React Production Deploy Demo App

Upon loading, React calls the Express.js and/or Lambda Function GET endpoint and displays a message. When submitting the single field form, React calls the Express.js and/or Lambda Function POST endpoint and displays a message.

The Tutorials

Giving Back

If you would like to support my work and the time I put into making tutorials, consider getting me a coffee by clicking on the image below. I would really appreciate it!

Buy Me A Coffee

-Esau

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].