Create a Project From a React Template

To create a project from a React Template:

  1. Copy this command into your terminal:
    eg new engram-react-demo -t react
  2. To deploy your project, copy these commands into your terminal:

This deploys the files in the "public" folder using the name "react" for the preview subdomain. The "-b" automatically calls "npm run build" to ensure you are deploying the latest changes.

To preview your project:

  1. Copy the link that is returned into your browser. The output should look similar to:
    Deployed to https://react-username.cloud.engramhq.xyz in 968ms
Only a single preview link can be active at a time on the free plan. Previews are private by default, when opening for the first time you will need to log in with your engram account