Install Landing Page

We separate the frontend where users land from the SPA of the dashboard app to ensure good SEO performance and to position your SaaS more quickly

Once the landing page code is downloaded and uncompressed, we must open the root of the folder in the terminal of our preferred code editor or in that of our operating system (Node installation required).

We run the following command to install all project dependencies:

 npm run install

Then we run the project with

 npm run dev

Now you can see it in your browser at the URL http://localhost:3000

Install User App Dashboard

In the Administration Area or Control Panel, registered users can access advanced features and manage their accounts, including viewing statistics, configuring preferences, and interacting with advanced functionalities based on your business model

Once the dashboard code is downloaded and uncompressed, we must open the root of the folder in the terminal of our preferred code editor or in that of our operating system (Node installation required).

We run the following command to install all project dependencies:

 npm run install

Then we run the project with

 npm run dev

Now you can see it in your browser at the URL http://localhost:5173/

Install Backend / API

Once the frontend code is downloaded and uncompressed, we must open the root of the folder in the terminal of our preferred code editor or in that of our operating system (Node installation required).

We run the following command to install all project dependencies:

 npm run install