Frontend
Installation
Overview

Installation

To start the frontend development there are system requirements:

To start with frontend development we need to initialize the Frontend Starter.

CLI Installation

We recommend starting a new Arke Frontend app using arkectl create-app, which sets up everything automatically for you.

if you have not installed our command line tool yet follow the guide

To create a project, run:

> arkectl create-app -i

Interactive mode starts and asks about your initialization:

Project name

How do you want to call your project?
new-arke-project

App Locally

Do you want to create the app locally?
y

Choose application that you need

Which repo do you want to initialize?  [Use arrows to move, space to select, ...]
[x]  Frontend
[ ]  Backend
[ ]  Console

Choose template for Frontend

Here (opens in a new tab) you can find the list of all available starters.

Which template do you want to use for the frontend?
(nextjs-base)
(nextjs-pages-base)
(nextjs-pages-crud)

Start development

pnpm install
pnpm dev

The Frontend appllication is ready and running on http://localhost:3000 (opens in a new tab)