Get Started

Requirements

Make sure that you are running the node.js in your system.

You have to install the latest version of Node and npm. (we test node version v20.9.0 and npm version 9.6.3)

Installation

How to install dependencies and structure your app.

Step 1

Install all the dependencies.

npm install

Step 2

Open development server.

npm run dev

Create a build file.

npm run build

Open production server.

npm run start