-
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.
- Rename the
frontend/gostarkme-web/.env.example
file to:frontend/gostarkme-web/.env
.
First, install the required packages:
cd gostarkme/frontend/gostarkme-web
npm install
Once the dependencies are installed, start the development server:
npm run dev
Open http://localhost:3000 with your browser to see the result.
First, install the required packages:
cd gostarkme/frontend/gostarkme-web
npm install
To create an optimized production build, run:
npm run build
Start the production server:
npm run start
Open http://localhost:3000 with your browser to see the result.