Reactjs
You can deploy a Reactjs frontend app on Simplifyd with just a single command.
A sample app for this quick start is deployed at https://reactjs-example.simplifyd.app.
The Edge CLI is a prerequisite. To install, follow the instructions outlined here: https://docs.simplifyd.com/cli-installation
- Fork the sample project on Github at https://github.com/simplifyd-examples/reactjs-example
- From the directory you cloned the repo to the following command:
edge deploy
That’s it! Your reactjs frontend web service will be live on your Simplifyd vanity URL as soon as the build finishes. You can always specify a custom domain/URL. Check the "adding a custom domain" section for how to do that.