Environments
With redfish environments design, you can set up as many environments as you need.
- Local development environment is a point to start. It is easy to set up and allows you to create backend logic rapidly.
- Serverless development environment will save you CPU resources by running the server on ZEIT Now serverless host and increase frontend development process.
- Staging environment is totally serverless. Test your code in the production context.
- Production environment is the same as staging and lives on a master branch. Be sure you test everything before merge.