Skip to content

RedMotionMedia/xdrinks-frontend

Repository files navigation

XDrinks-frontend

Requirements

  • npm 10.0.0
  • Node.js v18.17.1

Getting Started

First, run the install command:

npm install

Second, run the development server:

npm run dev

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

Deploy on Server

First, pull the git repo:

git clone git@github.com:RedMotionMedia/xdrinks-frontend.git
# or 
git pull

Second, run the build command to generate a production optimized version:

npm run build

Third, run the start command with or no output:

sudo nohup npm run start &
# or
sudo npm run start 

If you want to start it on a different port try:

sudo nohup npm run start -- --port 3100 & # Without output
# or 
sudo npm run start -- --port 3100 # With output

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors