Skip to content

undefinedorgcr/gostarkme-frontend

Repository files navigation

Go Stark Me Frontend

Pre-requisites

  • Install Node.js (v20.15.1) using Node Version Manager (NVM)

    We recommend using Node Version Manager (NVM) to easily manage different versions of Node.js on your system.

Local configurations

  • Rename the frontend/gostarkme-web/.env.example file to: frontend/gostarkme-web/.env.

Local Deployment

Installing Dependencies

First, install the required packages:

cd gostarkme/frontend/gostarkme-web

npm install

Running the Application

Once the dependencies are installed, start the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result.

Production Deployment

Installing Dependencies

First, install the required packages:

cd gostarkme/frontend/gostarkme-web

npm install

Build the Application

To create an optimized production build, run:

npm run build

Serve the build

Start the production server:

npm run start

Open http://localhost:3000 with your browser to see the result.

Languages