Building a React App in Catalyst

Create a URL shortener service, Cat.ly, as a single-page React application using various Catalyst components and automate its building process using Catalyst scripts

Create a Project

Let's create a Catalyst project from the Catalyst console.

  1. Log in to the Catalyst Console and click Create a new Project.
    react_app_create_project
  2. Enter the project's name as "Catly" in the pop-up window.
    react_app_project_dets
  3. Click Create.

    Your project will be created. You can open the project by clicking Access Project.