CocktailCrafts

April 28, 2022 ยท View on GitHub

Project setup

Navigate to frontend folder

cd frontend

Install dependencies

npm install

Build frontend

npm run build

Reroute to root directory then to the server

cd ../server

Install dependencies

npm install

Run server with backend and frontend together

npm start

Contents

  1. 1Project setup
  2. 2Navigate to frontend folder
  3. 2.1Install dependencies
  4. 2.2Build frontend
  5. 2.3Reroute to root directory then to the server
  6. 2.4Install dependencies
  7. 2.5Run server with backend and frontend together